On Thu, Apr 23, 2009 at 3:24 AM, olel <[email protected]> wrote: > > What do you mean by the regular java way? The regular java way for > i18n is to use a java.util.ResourceBundle together with some property > files (i.e. application_de.properties and application_en.properties > for german and english properties). This ResourceBundle won't work in > GWT (see above). > Maybe somebody else do understand my problem?
I do understand it. So what exactly prevents you from using a ResourceBundle when you throw the exception on the server side? It's regular Java servlet code - has nothing to do with GWT. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
