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

com.swak.i18n.aggregate.ResourceBundleLocator Maven / Gradle / Ivy

The newest version!
package com.swak.i18n.aggregate;

import java.util.Locale;
import java.util.ResourceBundle;

/**
 * @author colley.ma
 * @since 3.0.0
 */
public interface ResourceBundleLocator {

    ResourceBundle getResourceBundle(Locale locale);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy