package com.earth2me.essentials.api; import java.util.Locale; public interface II18n { Locale getCurrentLocale(); }