|

- 帖子
- 1
- 积分
- 13
- 威望
- 0 金
- 金币
- 12 元
- 注册时间
- 2020-5-9
- 最后登录
- 2020-5-9
|
大型软件系统,资源文件多姿多样,比如 ts,properties,csv,甚至是数据库的表里。5 ^% H$ ]* \6 Q/ f
首页有语言切换选项,
~ X( n( I) E- ^从技术上如何设计流程,快速将系统本地化为某种语言,(暂时不考虑翻译过程与准确性)# W) }9 ]+ h- U% q2 b
比如英文某页面某块功能标签或者验证消息来自
$ A$ q7 |7 W' o) U" g/ c2 bsrc/main/resources/customer/search/searchcustomer.properties
+ e+ C# F8 x. Z1 }2 v中文化的话,需要有, C6 W7 Z$ l0 Y/ u
src/main/resources/customer/search/searchcustomer_zh_CN.properties" m; _# A* }. \
. g+ O: O# Y' a3 P
系统有一千多个properties |
|