Interface LocalizationService
- All Known Implementing Classes:
BukkitLocalizationService
public interface LocalizationService
-
Method Summary
-
Method Details
-
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
Get a list of strings from the language file- Parameters:
key- The key to get the list of strings for- Returns:
- The list of strings from the language file
-