GWT 有一个很好的文档:https ://developers.google.com/web-toolkit/doc/latest/DevGuideI18nLocale
我已经本地化了几乎所有的案例,除了 html 文件。是否可以在 GWT 的项目中本地化 html 文件?
例如,如何本地化简单的 html 标题容器,使用 GWT 的 i18n 可能性:
...
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Text that should be localized :)</title>
</head>
...
非常感谢您的反馈!