On 16 juin, 14:43, PEZ <[email protected]> wrote: > Oh, and I was planning to add a few more locales soon... What's the > implications?
It obviously adds permutations to the app. You can however add as many *.properties files to support additional locales without forcing anyone. Have a look at com.google.gwt.i18n.client.impl, they define all sorts of locale-specific formats for dates and numbers; when you <extend-property> you'll automatically "inherit" them, but they don't force you to "support Arabic" if you don't want to (or can't translate your app to Arabic because you don't speak/write it). -- 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.
