setLocale static method

void setLocale(
  1. String localeName
)

Implementation

static void setLocale(String localeName) {
  globalLocale = createLocale(localeName);
}