diff --git a/docs/8.0/ayanova/docs/ay-locale.md b/docs/8.0/ayanova/docs/ay-locale.md new file mode 100644 index 00000000..01b70bba --- /dev/null +++ b/docs/8.0/ayanova/docs/ay-locale.md @@ -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 + diff --git a/docs/8.0/ayanova/mkdocs.yml b/docs/8.0/ayanova/mkdocs.yml index 14278556..eea539fd 100644 --- a/docs/8.0/ayanova/mkdocs.yml +++ b/docs/8.0/ayanova/mkdocs.yml @@ -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'