getDevicelanguageCode static method
Returns the device language using the current window locale.
Implementation
static String getDevicelanguageCode() {
return WidgetsBinding.instance.platformDispatcher.locale.languageCode;
}
Returns the device language using the current window locale.
static String getDevicelanguageCode() {
return WidgetsBinding.instance.platformDispatcher.locale.languageCode;
}