XML Resources
Copy
The XML resources represent the static content of the Aras Innovator user interface, such as menu options and toolbar buttons. There is no automated tool for updating these resources. They must be done manually in a text editor.
For instance in the \Innovator\Client\xml\item_menu.xml file:
<?xml version="1.0" encoding="UTF-8"?>
<menuapplet on_load="onItemMenuLoad” on_select="onClickItem” on_check="onCheckMenu” show="item_menubar">
<menubar id="item_menubar">
<menu id="file_menu” name="File">
Would become:
<?xml version="1.0" encoding="UTF-8"?>
<menuapplet on_load="onItemMenuLoad” on_select="onClickItem” on_check="onCheckMenu” show="item_menubar">
<menubar id="item_menubar">
<menu id="file_menu” name="Datei">
In the \Innovator\Client\xml.de\item_menu.xml file.
Aras Innovator houses all the generic user interface XML resources in the \Innovator\Client\xml folder. However, each solution could have its own xml resources as well. See the Aras Innovator – Configuring Internationalization document.