如何向Liferay添加其他屬性。向Liferay添加其他語言屬性
我不想覆蓋現有的屬性。我想在現有的屬性
我這樣嘗試的頂部添加新的特性,但沒有運氣
<portlet>
<portlet-name>search</portlet-name>
<display-name>Search</display-name>
<portlet-class>org.springframework.web.portlet.DispatcherPortlet</portlet-class>
<init-param>
<name>contextConfigLocation</name>
<value>/WEB-INF/spring-config/search-portlet.xml</value>
</init-param>
<init-param>
<name>config-template</name>
<value>/WEB-INF/view/search/configuration.jsp</value>
</init-param>
<expiration-cache>0</expiration-cache>
<supports>
<mime-type>text/html</mime-type>
<portlet-mode>view</portlet-mode>
</supports>
<resource-bundle>Language</resource-bundle>
.............
</portlet>
I have placed Language.properties file under src/main/resources/
然而,當我嘗試打印<liferay-ui:message key="test-lang-msg" />
我沒有得到的值
Language.properties文件 test-lang-msg=Testing Language Properties File
你會得到什麼:沒有,或只是關鍵,例如「測試琅味精」? –