setAsSystemLocale method
void
setAsSystemLocale()
Sets this string as the system locale, typically obtained from browser settings or the operating system.
This should generally be called after importing intl_browser.dart or
intl_standalone.dart and using findSystemLocale() to determine the
actual system locale value.
Implementation
void setAsSystemLocale() => Intl.systemLocale = this;