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

org.tinygroup.templatei18n.SystemLocaleI18nVisitor Maven / Gradle / Ivy

The newest version!
package org.tinygroup.templatei18n;

import java.util.Locale;

import org.tinygroup.commons.i18n.LocaleUtil;
import org.tinygroup.template.TemplateContext;

/**
 * LocaleUtil取得操作系统的locale
 * @author yancheng11334
 *
 */
public class SystemLocaleI18nVisitor extends AbstractI18nVisitor{

	public Locale getLocale(TemplateContext context) {
		return LocaleUtil.getSystem().getLocale();
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy