TIM_getCurrentDeviceLocale function

String TIM_getCurrentDeviceLocale()

Implementation

String TIM_getCurrentDeviceLocale() {
  return I18nUtils.deviceLocaleStored ??
      WidgetsBinding.instance?.window.locale.toLanguageTag() ??
      "en";
}