Uses of Class
be.yildizgames.common.client.translation.LanguageProvider
-
Packages that use LanguageProvider Package Description be.yildizgames.common.client.translation Contains the classes to translate text. -
-
Uses of LanguageProvider in be.yildizgames.common.client.translation
Subclasses of LanguageProvider in be.yildizgames.common.client.translation Modifier and Type Class Description classFrenchEnglishLanguageProviderExample language provider supporting french and english languages, to have additional support, simply create other implementations.Methods in be.yildizgames.common.client.translation with parameters of type LanguageProvider Modifier and Type Method Description TranslationTranslation. addLanguage(be.yildizgames.common.util.language.Language language, LanguageProvider provider)Associate a language and its property file.
-