Locale -> Translation
This commit is contained in:
@@ -21,11 +21,11 @@ The [API explorer console](api-console.md) on your server is always the best sou
|
||||
|
||||
All dates and times sent or retrieved from the REST interface **must** be in UTC / GMT time zone. It is the Client software's responsibility to display and accept input of dates in local format but all dates transmitted to or received from the server must be in is0-8601 UTC time zone format only. For example: `2018-12-19T17:54:13.616028`. Note there is no time zone offset, the time is understood to be UTC already.
|
||||
|
||||
## Localization
|
||||
## Translation
|
||||
|
||||
Every User account in AyaNova has their own UserOptions object which contains their personal localization settings such as time zone offset, currency symbol and numeric formatting options you can use this value to correctly display and interpret values at a client level.
|
||||
Every User account in AyaNova has their own UserOptions object which contains their personal Translation settings such as time zone offset, currency symbol and numeric formatting options you can use this value to correctly display and interpret values at a client level.
|
||||
|
||||
In addition every user has their own LocaleId setting stored in their User record (not UserOptions) which can be used to fetch and display text in the correct locale by using the methods in the Locale routes.
|
||||
In addition every user has their own TranslationId setting stored in their User record (not UserOptions) which can be used to fetch and display text in the correct translation by using the methods in the Translation routes.
|
||||
|
||||
## Paging, sorting and filtering lists
|
||||
|
||||
|
||||
Reference in New Issue
Block a user