Extensions.I18n.GetAllLocales
Jump to navigation
Jump to search
Contents
Classification
Name | GetAllLocales |
Short Description | Retrieve all available locales |
Class | Term |
Extension | OTX i18n extension |
Group | Locale settings related terms |
Exceptions | - |
Checker Rules | - |
Standard Compliant | Yes |
OTL Syntax
Listerm = I18n.GetAllLocales();
Description
The term GetAllLocales should all available locales from the runtime system call supported and are for the translations available.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
List | All available locales. |
Properties
OTL Examples
List<String> result;
result = GetAllLocales();