On Feb 15, 10:53 am, mariyan nenchev <[email protected]>
wrote:
> Hi i am using gwt internationalization for user messages. Some of them are
> parameterized ig.e. : My test messsage number {0}
> I want to bold the parameterized part. How can i do this?
@Message("My test message number <b>{0}</b>")
...and then use it with setHTML() instead of setText()
Or of course you could just modify the parameter before passing it to
the Messages method.
--
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.