locale property

String? locale
getter/setter pair

The locale of the document, as defined by the Unicode Common Locale Data Repository (CLDR) project.

For example, en_US. If unset, the default locale is en_US.

Implementation

core.String? locale;