Package com.earth2me.essentials.api
Interface II18n
- All Known Subinterfaces:
II18n
- All Known Implementing Classes:
I18n
Deprecated.
Provides access to the current locale in use.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the current locale setting
-
Method Details
-
getCurrentLocale
Locale getCurrentLocale()Deprecated.Gets the current locale setting- Returns:
- the current locale, if not set it will return the default locale
-
Player.getLocale()
orII18n
in case of future additions.