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

前端 未结 8 1804
死守一世寂寞
死守一世寂寞 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 18:03

    since everyone is weighing in an IDE i guess i'd better stand up for Netbeans :)

    Tools-->Internationalisation-->Internationalisation Wizard

    very handy..

提交回复
热议问题