defaultLocale property

String defaultLocale
getter/setter pair

Default locale for formatting operations

Default: 'en_US'

Supported locales: en_US, en_GB, es_ES, fr_FR, de_DE, ar_SA, ja_JP, zh_CN

Implementation

static String defaultLocale = 'en_US';