Uses of Enum Class
io.github.palexdev.materialfx.i18n.Language
Packages that use Language
-
Uses of Language in io.github.palexdev.materialfx.i18n
Methods in io.github.palexdev.materialfx.i18n that return LanguageModifier and TypeMethodDescriptionstatic LanguageLanguage.defaultLanguage()static Language[]I18N.getSupportedLanguages()static LanguageReturns the enum constant of this class with the specified name.static Language[]Language.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.palexdev.materialfx.i18n with parameters of type LanguageModifier and TypeMethodDescriptionstatic Stringstatic StringI18N.getOrDefault(Language language, String key, Object... args) static StringI18N.getOrDefault(Language language, String key, String def, Object... args) static voidI18N.setLanguage(Language language)