Class Locale
java.lang.Object
nl.sbdeveloper.vehiclesplus.locale.Locale
Locale class for getting translated messages
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getMessage
(PluginMessage key) Get a translated messagestatic String
getMessage
(PluginMessage key, Map<String, String> args) Get a translated message
-
Method Details
-
getMessage
Get a translated message- Parameters:
key
- the key to the message- Returns:
- the translated message string
-
getMessage
Get a translated message- Parameters:
key
- the key to the messageargs
- the arguments to the message- Returns:
- the translated message string
-