setLocale function

void setLocale(
  1. String loc
)

Implementation

void setLocale(String loc) {
  currentLocale = loc;
}