http://zanata.org/namespace/api/
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
alias | string | attribute | 0/1 | An alternative name (if present) for this locale | |
displayName | string | attribute | 1/1 | Locale's display name (in English) | |
enabled | boolean | attribute | 1/1 | Indicates whether the locale is enabled in the system or not. | |
enabledByDefault | boolean | attribute | 1/1 | Indicates whether the locale will be used automatically by the system. e.g. when creating a new project, 'enabled by default' locales will automatically be added to the project unless specifically indicating so. | |
localeId | string | attribute | 1/1 | Unique locale identifier | |
nativeName | string | attribute | 0/1 | ||
pluralForms | string | attribute | 0/1 | A string describing the formula for the locale's plural forms | |
rtl | boolean | attribute | 1/1 | Indicates if this locale is Right-to-Left |
Example
<localeDetails alias="es" displayName="Spanish (Spain)" enabled="..." enabledByDefault="..." localeId="es-ES" nativeName="EspaƱol" pluralForms="nplurals=2; plural=(n != 1)" rtl="..." xmlns="http://zanata.org/namespace/api/"/>