0
我想在我的GWT應用程序中使用動態國際化,使用Dictionary
類方法。GWT UiBinder動態國際化
我可以像這樣使用它與uiBinder嗎?
<g:HTMLPanel>
<span>{Dictionary.getDictionary("locale").get("hello_world_key")}</span>
</g:HTMLPanel>
(Flex的MXML文件像這樣工作。)