Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Internationalization Tool

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

like image 301
Joschua Avatar asked Nov 05 '22 13:11

Joschua


2 Answers

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

like image 108
z00bs Avatar answered Nov 15 '22 11:11

z00bs


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.

like image 27
Joschua Avatar answered Nov 15 '22 12:11

Joschua