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

cn.featherfly.common.i18n.ResourceBundleFactory Maven / Gradle / Ivy

package cn.featherfly.common.i18n;

import java.util.Locale;

/**
 * 

* ResourceBundleFactory *

* * @author 钟冀 */ public interface ResourceBundleFactory { /** *

* getBundle *

* @param baseName * the base name of the resource bundle, a fully qualified class name * @param locale * the locale for which a resource bundle is desired * @return ResourceBundle */ ResourceBundle getBundle(String baseName, Locale locale); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy