mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-18 22:49:45 +00:00
10 lines
120 B
Java
10 lines
120 B
Java
![]() |
package com.earth2me.essentials.api;
|
||
|
|
||
|
import java.util.Locale;
|
||
|
|
||
|
|
||
|
public interface II18n
|
||
|
{
|
||
|
Locale getCurrentLocale();
|
||
|
}
|