summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/api/II18n.java
blob: 198ee47c4ab067be6a58d192cdf5c0f5b8e6fb47 (plain)
1
2
3
4
5
6
7
8
9
package net.ess3.api;

import java.util.Locale;


public interface II18n
{
	Locale getCurrentLocale();
}