Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Extract Strings from Java Classes

I want to extract all Strings (texts, written in " ") in hundreds of java classes, to get them to a translator for a multilanguage platform translation.

Does somebody have an idea how I could do this? Any special free program or method?

like image 963
Tobias Avatar asked Nov 09 '10 16:11

Tobias


1 Answers

Eclipse has an "Externalize Strings" feature that creates a properties file of all of the strings within a class or classes. Other IDEs may have a similar feature.

like image 64
Dave Avatar answered Sep 28 '22 10:09

Dave