sure it is, but I would not recommend it you could store the translations in a databasetable and on startup read all translations for the current language, tranfer them to the client and then have a client-side mapping from your multilang keys to the actual translation
then you could simply write an edit view for your translation table and let your users edit the translations however - this is a lot of work and you'll lose all the benefits of static string translation why would you want each user to have her own translations? On Sep 8, 3:56 pm, Steven De Groote <[email protected]> wrote: > Hi, > > we're looking for a way to enable users to change translations of a > currently running GWT application. We are currently using static > string i18n, but this has the disadvantage that we need to compile > each time again when there is a language correction. > > I have looked in the documentation, but I can't find a way to somehow > change these translated messages from a GWT webpage. > > Is this possible in any way? > > Thanks, > Steven --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
