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; /* * auth : fei.teng */ public class ChooseAction extends ActionSupport{ private Locale current; private String cc; public String getCc() { return cc; } public void setCc(String cc) { this.cc = cc; } 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(){ System.out.println(cc); return "success"; } public String toIndex(){ return "index"; } public String getSuccess(){ ActionContext ac=ActionContext.getContext(); ac.put("tip", getText("language.success")); return "index"; } }
最近下载更多
linshibo LV5
2023年4月6日
xiaoxiexie LV13
2022年11月13日
1324488732 LV27
2019年7月2日
fanfandaxia LV1
2018年10月22日
qq252285086 LV11
2018年7月13日
fengyan LV1
2017年12月18日
suchaochen LV2
2017年3月22日
yhcyhcyhc LV22
2017年1月7日
龙龙love LV2
2016年12月29日
yigui2009 LV1
2016年9月20日
最近浏览更多
linshibo LV5
2023年4月6日
xiaoxiexie LV13
2022年11月13日
gshnlj LV15
2022年5月13日
chao123666
2021年5月14日
暂无贡献等级
xinlinggangkou LV1
2020年12月29日
大答大答大答
2020年12月4日
暂无贡献等级
lemonjiang LV6
2020年11月14日
sayalala LV1
2020年9月10日
Misshuang LV13
2020年6月9日
helloMD LV8
2020年5月13日