Difference between revisions of "Extensions.I18n.GetAllLocales"
Jump to navigation
Jump to search
m (Hb moved page GetAllLocales to Extensions.I18n.GetAllLocales: #3153) |
|||
Line 1: | Line 1: | ||
− | [[Category:i18n]] | + | {{DISPLAYTITLE: '''GetAllLocales'''}}[[Category:i18n]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetAllLocales | Retrieve all available locales | [[Term]] | [[ | + | {{ClassificationActivity | GetAllLocales | Retrieve all available locales | [[Term]] | [[Extensions.I18n|OTX i18n extension]] | [[Locale settings related terms ]] | - | - }} |
== OTL Syntax == | == OTL Syntax == | ||
Line 11: | Line 11: | ||
The term '''GetAllLocales''' should all available locales from the runtime system call supported and are for the translations available. | The term '''GetAllLocales''' should all available locales from the runtime system call supported and are for the translations available. | ||
− | {{TermReturnValue| [[List]] | All available locales.}} | + | {{TermReturnValue| [[[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | All available locales.}} |
== Properties == | == Properties == | ||
Line 22: | Line 22: | ||
== See also == | == See also == | ||
− | [[GetCurrentLocale]] | + | [[Extensions.I18n.GetCurrentLocale|GetCurrentLocale]] |
Revision as of 09:36, 15 February 2016
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 |
[[[Core.DataTypes.ComplexDataType.ContainerDataType.List|List]] | All available locales. |
Properties
OTL Examples
List<String> result;
result = GetAllLocales();