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

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

The newest version!
package cn.featherfly.common.locale;

import java.util.Locale;

/**
 * 

* SimpleLocaleManager *

* * @author zhongj */ public class DefaultLocaleManager implements LocaleManager{ /** * {@inheritDoc} */ @Override public Locale getLocale() { return Locale.getDefault(); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy