Java's old-fashion resource bundles doesn't support parameters (and even did not support UTF-8 until Java 6), nor it supports more sophisticated constructs for plural terms.
Just start with GWT showcase sample application (can be found in GWT standard download package), and write your code based on it. Mohsen On Sat, Jul 10, 2010 at 7:22 AM, Aladdin <[email protected]> wrote: > All I want is to create I18N support in my application , it has been > three days and it's now 5:37 am because the GWT team want invent new > language other than Java. > > So my question , why instead of using the Java's regular resource > bundle the GWT team go with their imagination and invent new way , so > experts Java developers have to learn new APIs and methods ... give > us a break !!! > > All I want is old fashion properties file that users can add new > locals to my application without having to recompile the code . > > > ClientBundle , Dictionary , Constants ... blah ... blah ... blah .. > > GWT is a great product , but please just give us Java ,because when > you say it's Java it's not only the syntax , it's the library ... this > what took me 10 years to master not how to write if ..else > statement ... > > Or just call it GWT++ > > Aladdin > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
