标签:style blog width get string 2014 文件 http com res 代码
1。国际化
如添加朋友Friends是英文,可以找着相关的类,并在国际化配置文件中添加key
在项目中全局搜索“Friends”,将得到的结果集全部展开,找到这两个文件:
在国际化配置文件spark_i18n_zh_CN.properties 中增加
custum.friends=朋友
修改代码为:
groupBox.addItem(Res.getString("custum.friends"));
标签:style blog width get string 2014 文件 http com res 代码
原文地址:http://www.cnblogs.com/hujihon/p/3702764.html