getLocale static method

String getLocale()

Returns the locale currently used by the runtime. Should be called only after locale has been set.

Implementation

static core.String getLocale() {
  return _getLocale();
}