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

org.sklsft.commons.mvc.i18n.LocaleManager Maven / Gradle / Ivy

There is a newer version: 4.0.0
Show newest version
package org.sklsft.commons.mvc.i18n;

import java.util.Locale;


/**
 * This interface will be used to access or switch the locale used in a session
 * 
 * @author Nicolas Thibault
 *
 */
public interface LocaleManager {
	
	Locale getLocale();
	
	void switchLocale(String localeCode);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy