Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a textual field with values for multiple locales. Most readers should use the 'localized' field entry keyed by preferredLocale.
Property | Type | Description |
---|---|---|
localized | map | Maps a locale to a localized version of the text. Each key is a Locale record converted to string format, with the language, country and variant separated by underscores. Examples: 'en', 'de_DE', 'en_US_WIN', 'dePOSIX', 'frMAC'. |
preferredLocale | Locale | The preferred locale to use, based on standard rules. |