1portlet.xml 中的国际化<portlet>
 2portlet.xml 中的国际化     <portlet-name>NewestDynamicPortlet</portlet-name>
 3portlet.xml 中的国际化     <portlet-class>com.java.china.portlet.NewestDynamicPortlet</portlet-class>
 4portlet.xml 中的国际化     <supports>
 5portlet.xml 中的国际化     <mime-type>text/html</mime-type>
 6portlet.xml 中的国际化     <portlet-mode>VIEW</portlet-mode>
 7portlet.xml 中的国际化     </supports>        
 8portlet.xml 中的国际化     <supported-locale>zh</supported-locale>
 9portlet.xml 中的国际化     <supported-locale>en</supported-locale>
10portlet.xml 中的国际化     <resource-bundle>Resource</resource-bundle>        
11portlet.xml 中的国际化</portlet>

<supported-locale> 设置所支持的语言

<resource-bundle> 绑定国际化文件

相关文章:

  • 2022-01-10
  • 2021-05-07
  • 2022-12-23
  • 2021-10-29
  • 2021-12-04
猜你喜欢
  • 2022-03-10
  • 2021-05-17
  • 2021-10-14
  • 2021-11-15
  • 2021-12-15
相关资源
相似解决方案