getLocale static method

String getLocale()

Get the current locale

Implementation

static String getLocale() {
  return NyLocalization.instance.locale.languageCode;
}