Package com.zetaplugins.essentialz.util
Class LanguageService
java.lang.Object
com.zetaplugins.essentialz.util.LanguageService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultLangs
-
-
Constructor Details
-
LanguageService
-
-
Method Details
-
init
public void init() -
reload
public void reload() -
getString
Get a string from the language file- Parameters:
key- The key to get the string for- Returns:
- The string from the language file
-
getString
Get a string from the language file with a fallback- Parameters:
key- The key to get the string forfallback- The fallback string- Returns:
- The string from the language file or the fallback
-