summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/api/II18n.java
blob: 7be1bca01dae2758c809b8429599835e0987f338 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package net.ess3.api;

import java.util.Locale;


public interface II18n
{
	/**
	 * Used to get the locale currently being used
	 *
	 * @return the current locale
	 */
	Locale getCurrentLocale();
}