Is there a semi-automated way to perform string extraction for i18n?

前端 未结 8 1793
死守一世寂寞
死守一世寂寞 2021-02-07 17:15

We have a Java project which contains a large number of English-language strings for user prompts, error messages and so forth. We want to extract all the translatable strings i

8条回答
  •  甜味超标
    2021-02-07 17:58

    I think eclipse has some option to externalize all strings into a property file.

提交回复
热议问题