5

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

1
  • 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? Commented Nov 25, 2010 at 13:25

2 Answers 2

1
+50

@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.

Sign up to request clarification or add additional context in comments.

Comments

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.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.