|

- 帖子
- 1
- 积分
- 13
- 威望
- 0 金
- 金币
- 12 元
- 注册时间
- 2020-5-9
- 最后登录
- 2020-5-9
|
大型软件系统,资源文件多姿多样,比如 ts,properties,csv,甚至是数据库的表里。: h* g% z, f% g9 E4 Y
首页有语言切换选项,
( _0 E5 x- u( i从技术上如何设计流程,快速将系统本地化为某种语言,(暂时不考虑翻译过程与准确性)
& @' g5 P$ |8 H5 C比如英文某页面某块功能标签或者验证消息来自 , E5 J7 H$ o3 e& a
src/main/resources/customer/search/searchcustomer.properties
" n' T( k/ U# b; | I中文化的话,需要有
% a; `/ S' y$ P. m1 ~7 Nsrc/main/resources/customer/search/searchcustomer_zh_CN.properties
: q) Z2 f9 k8 K1 s
) A+ t" `& A) m& w0 K V系统有一千多个properties |
|