getLanguage method

String? getLanguage()

Return the ISO 639 language code for this locale.

Implementation

String? getLanguage() {
  return language;
}