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?
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?