Difference between revisions of "Extensions.I18n.GetAllLocales"

From emotive
Jump to navigation Jump to search
m (Hb moved page GetAllLocales to Extensions.I18n.GetAllLocales: #3153)
(No difference)

Revision as of 09:27, 15 February 2016

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.

Icons Note.png 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();

See also

GetCurrentLocale