![JAR search and dependency download from the Maven repository](/logo.png)
org.hrodberaht.i18n.locale.LocaleProfile Maven / Gradle / Ivy
/*
*
*/
package org.hrodberaht.i18n.locale;
import java.util.Locale;
/**
* Simple Java Utils
*
* @author Robert Alexandersson
* @version 1.0
* @since 1.0
*/
public class LocaleProfile {
private Locale locale;
public LocaleProfile(Locale locale) {
this.locale = locale;
}
public Locale getLocale() {
return locale;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy