Interface LanguageProvider
- All Superinterfaces:
ConfigProvider<LanguageSetting>
-
Method Summary
Modifier and TypeMethodDescriptionget()Returns the currentLanguageSetting.getName()Returns the configured language file name string (e.g.,en-US).
-
Method Details
-
get
LanguageSetting get()Returns the currentLanguageSetting.- Specified by:
getin interfaceConfigProvider<LanguageSetting>- Returns:
- the current language setting
-
getName
String getName()Returns the configured language file name string (e.g.,en-US).- Returns:
- the string representation of the current language file setting
-