getLocale static method
Returns the locale currently used by the runtime. Should be called only after locale has been set.
Implementation
static core.String getLocale() {
return _getLocale();
}
Returns the locale currently used by the runtime. Should be called only after locale has been set.
static core.String getLocale() {
return _getLocale();
}