Localization
object Localization
Content copied to clipboard
Handles localization of strings using java ResourceBundles.
Message property files should reside in src/main/resources
named messages_locale.properties
, where locale
is formatted as returned by Locale.toString.
Functions
Properties
localeProvider
Link copied to clipboard
This function determines which locale is used for a player, by default Locale.US is always returned.