I'd like to use dynamic internationalization in my GWT app, with a Dictionary class approach.
Can I use it with uiBinder like this?
<g:HTMLPanel>
<span>{Dictionary.getDictionary("locale").get("hello_world_key")}</span>
</g:HTMLPanel>
(Flex mxml files work like this.)