0

I would like to write a script to list Java properties files that are meant to be translated (i.e. Used by ResourceBundle) by scanning the source code.

Just wondering whether it can be done by regex pattern, or it can only be obtained from Runtime?

Ding-Yi Chen
  • 2,830
  • 33
  • 27
  • 1
    Is there a reason you can't just search your project directories for .properties files? – Jazzepi Mar 04 '13 at 13:03
  • Indeed, simple find can get all the .properties files. But does that mean all .properties files are meant to be translated? – Ding-Yi Chen Mar 04 '13 at 22:08

0 Answers0