Class LanguageManager
java.lang.Object
org.strassburger.serverlinksz.util.LanguageManager
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
defaultLangs
-
-
Constructor Details
-
LanguageManager
-
-
Method Details
-
reload
public void reload()Reloads the language configuration -
getString
Returns a string from the language file- Parameters:
key
- The key of the string- Returns:
- The string
-
getString
Returns a string from the language file- Parameters:
key
- The key of the stringfallback
- The fallback string- Returns:
- The string
-