menu
csc_picker_i18n package
documentation
i18n/country_localization.dart
CscCountryLocalizations
translate method
translate method
dark_mode
light_mode
translate
method
String
?
translate
(
String
?
key
)
Implementation
String?
translate(
String?
key) {
return
_localizedStrings[key] ?? key; }
csc_picker_i18n package
documentation
i18n/country_localization
CscCountryLocalizations
translate method
CscCountryLocalizations class
Constructors
CscCountryLocalizations
Properties
hashCode
locale
runtimeType
Methods
load
noSuchMethod
toString
translate
Operators
operator ==
Static methods
of
Constants
delegate