getLocale static method
Get the current locale
Implementation
static String getLocale() {
return NyLocalization.instance.locale.languageCode;
}
Get the current locale
static String getLocale() {
return NyLocalization.instance.locale.languageCode;
}