Actually not all users should be able to have their own language, some
users with a specific role should be able to translate the
application.

If that is possible inline that is fine, but I was thinking more like
having a seperate page where a user is presented with all language
strings and fields where he can fill in the translated value.

After some research I'm thinking maybe we should use the gwt dynamic
translations (somewhat like you mention mars1412), but this implies
that all language strings of the application should be transferred all
at once and then will be stored as a javascript variable on the
client. It's not such a disaster, but it would be nice to prevent
having to load all language strings at once.

OT: And as for static translation, I'm not too impressed with how that
works anyway, it should have been much simpler.

I'm happy to hear any suggestions/ideas.


Steven


On Sep 9, 10:22 am, mars1412 <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to