systemLocale property

String systemLocale
read / write

The system's locale, as obtained from the window.navigator.language or other operating system mechanism. Note that due to system limitations this is not automatically set, and must be set by importing one of intl_browser.dart or intl_standalone.dart and calling findSystemLocale().

Implementation

static String systemLocale = 'en_US'