首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Struts2.0设立默认Locale

2012-10-25 
Struts2.0设置默认LocaleLocale currentLocale? (Locale) session.get(WW_TRANS_I18N_LOCALE)if(curre

Struts2.0设置默认Locale

Locale currentLocale=? (Locale) session.get("WW_TRANS_I18N_LOCALE");

if(currentLocale==null){

//设置Locale实例

currentLocale = new Locale("zh","CN");

session.put("WW_TRANS_I18N_LOCALE",currentLocale);

?

}

热点排行