5

Is there a tool for creating / editing the properties-Files (and [optional] the interfaces) for the GWT internationalization (i18n) with Constants and Messages?

Joschua
  • 5,816
  • 5
  • 33
  • 44
  • I also found i18nCreator, but I'm searching for a more automated solution as well, that's why I stared the bounty. Is there a tool, that will find all Strings in the project and externalize them to the .property file? – JochenJung Nov 25 '10 at 13:25

2 Answers2

1

@JochenJung: You might wanna check out this script. It provides some support for collecting all messages found in the ui.xml files. It's not exactly brilliant but at least a step in the right direction.

z00bs
  • 7,518
  • 4
  • 34
  • 53
1

Ok, I have found a way to externalize all strings in a project:

Instantiations was bought up by Google, which released their tools (for example the GWT Designer) at no charge. The GWT Designer is able to externalize specific or all strings and there are other great internationalization features.

You can for example, check the translated dialogs for a language in the design view.

Joschua
  • 5,816
  • 5
  • 33
  • 44