Localizing BusinessEvents Enterprise Administrator Agent Messages
You can localize the log messages recorded in the be-teagent.log in your language by using the message files. These message files are located at BE_HOME/teagent/config/messages/ folder.
The message file contains BusinessEvents Enterprise Administrator agent success and error messages in the supported language. Messages are specified for each identifier separated by equal sign (=).
The following table lists the supported languages and provided respective message file.
Supported Language | Message File at BE_HOME/teagent/config/messages/ |
---|---|
Arabic | messages_ar.properties |
English | messages_en_US.properties |
French | messages_fr.properties |
German | messages_de.properties |
Italian | messages_it.properties |
Korean | messages_ko.properties |
Simplified Chinese | messages_zh_CN.properties |
Spanish | messages_es.properties |
- Procedure
- Open BE_HOME\teagent\config\be-teagent.props file for editing.
- Update the
be.tea.agent.message.file
property with the path of the message file of your language.For example, for German translation, the value of the property is:be.tea.agent.message.file=C:/tibco/be/<version>/teagent/config/messages/messages_de.properties
- Save the be-teagent.props file and restart the engine.