TF-EssentialsX/Essentials/src/com/earth2me/essentials/api/II18n.java
2013-07-13 13:40:46 -04:00

13 lines
243 B
Java

package com.earth2me.essentials.api;
import java.util.Locale;
public interface II18n
{
/**
* Gets the current locale setting
* @return the current locale, if not set it will return the default locale
*/
Locale getCurrentLocale();
}