Package com.zetaplugins.timberz.service
Class LocalizationService
java.lang.Object
com.zetaplugins.timberz.service.LocalizationService
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultLangs
-
-
Constructor Details
-
LocalizationService
-
-
Method Details
-
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
-
getStringList
-