getDeviceLanguage static method

String? getDeviceLanguage()

Implementation

static String? getDeviceLanguage() {
  return Platform.localeName;
}