Hello,
I can't find a way to internationalize widget attributes like "text"
or "value" for TextBox.
I've got this uibinder block:
<g:TextBox ui:field="login" text="Enter your login"></g:TextBox>
and I want to internationalize the "Enter your login" string (like I
do with <ui:msg> tag in HTMLPanel).
How can I do it without doing it manually in an external resource that
I unclude with the ui:with tag ?
Second question, How can I insert a translated key in an html block
without using a span tag ?
eg: <div> Here is an example of {myTranslatedResource.translatedWord}</
div>
thanks.
--
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.