This commit is contained in:
2020-03-06 16:50:32 +00:00
parent 645ffd3208
commit 9e5e710577
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# LOCALE
The Locale feature controls the text displayed in the AyaNova user interface.
The primary purpose is to provide the AyaNova user interface in various languages however it is also used to customize text displayed to conform to specific terminology used by a business.
For example a property management company may prefer the term "Apartment" rather than the generic term "Unit" provided by AyaNova.
## Stock locales
AyaNova comes with predefined locale translations for `English`, `French`, `Spanish` and `German`
## Setting the locale
There are two places to set locales:
A default server [AYANOVA_DEFAULT_LANGUAGE](ops-config-default-language.md) setting used to control the default Locale used.
TODO: USER SETTING FOR LOCALE

View File

@@ -77,6 +77,9 @@ nav:
- 'Workorders': 'form-customer-workorders.md'
- 'Customer service requests': 'form-customer-csr-list.md'
- 'Widget (testing)': 'form-widget.md'
- Features:
- 'Locale': 'ay-locale.md'
- 'Notification': 'ay-notification.md'
- Server operations guide:
- Forms:
- 'Introduction': 'ops-intro.md'