Translation in Explorer

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2013 01:33 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)
Where does the text come from for each language?
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?
Labels:
- Labels:
-
Archive
3 REPLIES 3

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
messages.properties
messages_de.properties
messages_es.properties
messages_fr.properties
messages_it.properties
messages_jp.properties
messages_zh_CN.properties
or thatgithub entry
and that spring bean from activiti-ui-context.xml
<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>

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2013 02:54 PM
udoderk:
Thank you. I am using activiti-engine as a dependency…that is why I could not find it. Thank you much!
Thank you. I am using activiti-engine as a dependency…that is why I could not find it. Thank you much!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2013 12:51 AM
here is a great <a href="http://www.abstranslate.com/">webpage translation</a>. you will check this.
Thanks
Thanks
