All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.featherfly.common.locale.LocaleManager Maven / Gradle / Ivy

package cn.featherfly.common.locale;

import java.util.Locale;

/**
 * 

* LocaleManager *

* * @author zhongj */ public interface LocaleManager { /** *

* get Locale *

* @return Locale */ Locale getLocale(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy