package com.language.action;

import java.util.Hashtable;
import java.util.Locale;
import java.util.Map;
import java.util.ResourceBundle;

import com.opensymphony.xwork2.ActionContext;
import com.opensymphony.xwork2.ActionSupport;

public class ChooseAction extends ActionSupport{
	private Locale current;
	public void setCurrent(Locale cur)	{
		this.current = cur;
	}
	@SuppressWarnings("unchecked")
	public Map getLocales() {
		Map locales =new Hashtable(4);
		ResourceBundle bundle = ResourceBundle.getBundle("globalMessages" , current);
		locales.put(bundle.getString("language.en"), Locale.US);
		locales.put(bundle.getString("language.zh"), Locale.CHINA);
		locales.put(bundle.getString("language.ja"), Locale.JAPAN);
		return locales;
	}
	public String execute(){
		return "success";
	}
	public String toIndex(){
		return "index";
	}
	public String getSuccess(){
		ActionContext ac=ActionContext.getContext();
		ac.put("tip", getText("language.success"));
		return "index";
	}
	
}
最近下载更多
jhbaby  LV10 2019年12月24日
胖胖来了  LV4 2019年7月31日
clrvdern  LV5 2019年4月8日
渣渣辉  LV11 2018年3月21日
mengyao  LV1 2017年11月23日
一笑奈何111  LV11 2017年10月26日
月芽之上  LV2 2017年8月1日
phyllis  LV1 2017年5月22日
dagf113225  LV68 2017年2月26日
husiaki  LV1 2017年1月16日
最近浏览更多
njhadad123 2022年6月3日
暂无贡献等级
hmx520  LV1 2021年8月18日
8战魂5无双8  LV43 2021年1月5日
0592lyj  LV9 2020年12月12日
judy0971  LV12 2020年10月16日
何换南  LV1 2020年9月11日
emount  LV4 2020年5月31日
jhbaby  LV10 2019年12月24日
先生9876  LV1 2019年11月19日
ghhfghhh 2019年10月18日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友