locale property

String? locale
getter/setter pair

The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt.

Examples are: "en-US", "fr-CH", "es-MX"

Implementation

core.String? locale;