Comment by chris.lowe.uk: Like benzheren, and despite rjrjr's advice, I also cannot locate the generated property files. Is the aux folder supposed to be generated automatically? If so, where? My source folder, temp or part of output files? Also, I'm not sure where files should live after generation.
Just to be clear, if I generate a project in Eclipse whose base package is "com.example", should the aux folder be com.example-aux or com.example.client-aux? Or if I add another package for UiBinder based view definitions, say "com.example.client.ui", should I be looking for "com.example.client.ui-aux"? My system locale is en_GB, could that be causing a problem? To be honest, I had hoped that a tutorial of the i18n process would have been available demonstrating a complete scenario of: declaring i18n elements, showing where generated files are located and the process of editing/adding a new language. Right now, this feature looks highly promising but has left me completely confused because I can't get past step 1. I'm coming at this from having generated a default web application in Eclipse. Added the i18n package to my module and generated a UiBinder page with sample code. I've added a <ui:msg> and added the "ui:generate*" attributes from rjrjr's comment. What else needs to be done? Cheers, Chris. For more information: http://code.google.com/p/google-web-toolkit/wiki/UiBinderI18n -- http://groups.google.com/group/Google-Web-Toolkit-Contributors
