04-15-2013 01:33 PM
String REPORTING_MENU_RUN_REPORTS = "reporting.menu.run.reports";
From there I am lost regarding where the text actually comes from.04-15-2013 02:51 PM
I am looking for the code that sets the terms like "Reports" on the main menu bar. I have tracked the code down to the file that sets the key (Messages.java) and have found the key to the text "Reports" (which is line 284)look at activiti-explorer-5.11-sources.jar\String REPORTING_MENU_RUN_REPORTS = "reporting.menu.run.reports";
From there I am lost regarding where the text actually comes from.
Where does the text come from for each language?
<bean name="i18nManager" class="org.activiti.explorer.I18nManager" scope="session">
<property name="messageSource">
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>
<value>messages</value>
</list>
</property>
</bean>
</property>
</bean>
04-15-2013 02:54 PM
11-17-2013 12:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.