@John Tamplin
We're writing a highly internationalized app but one where we need to be
able to sub out some industry specific terms based upon user requirements.
For a very contrived example, lets say you have a menu, and company 1 in
English wants to call the menu "Menu" and company 2 wants to call the menu
"Chooser." (Note: calling our clients idiots and telling them they're stupid
for wanting the word Chooser is not an option)
I've rebound Constants and ConstantsWithLookup to look in a locale cache
first, before using the localized text. MessagesMethodCreator is a bit
trickier. It looks like the message gets pretty mangled from its original
"some text {0} more text" format. First, am I correct with that assessment,
and 2 is there a relatively easy way of changin "Foo {0}" into "Bar {0}" at
runtime?
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/z09lfsUy_lYJ.
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.