menu
flutter_ilib package
documentation
ilib_locale.dart
ILibLocale
getLanguage method
getLanguage method
dark_mode
light_mode
getLanguage
method
String
?
getLanguage
(
)
Return the ISO 639 language code for this locale.
Implementation
String? getLanguage() { return language; }
flutter_ilib package
documentation
ilib_locale
ILibLocale
getLanguage method
ILibLocale class