摘要:
方法一: ResourceBundle resb1 = ResourceBundle.getBundle("application-messages"); input.setRow(resb1.getString("info.default.pagerow")); 缺陷:这种方法会受到本地系统语言的影响方法二:应用terasoluna框架中的方法 PropertyUtil.addPropertyFile("application-messages"); input.setRow(PropertyUtil.getProperty(&qu 阅读全文
posted @ 2013-01-07 17:48
chengfang
阅读(149)
评论(0)
推荐(0)