| Getting Started / Localization of the User Interface | |
In order to add a new language for the user interface, follow this procedure. For simplicity sake, it is assumed that you are translating the user interface in Spanish, and you are using a standard Oxygen XML Developer Windows distribution.
<translation>
<languageList>
<language description="English" lang="en_US"/>
</languageList>
<key value="New">
<comment>The File/New action. Creates a new document.</comment>
<val lang="en_US">New</val>
</key>
<key value="New_folder">
<comment>Creates a folder in the Project View.</comment>
<val lang="en_US">New Folder</val>
</key>
.....
</translation>
<translation>
<languageList>
<language description="Español" lang="es_ES"/>
</languageList>
<key value="New">
<comment>El Archivo / Nueva acción. Crea un nuevo documento.</comment>
<val lang="en_US">Nuevo</val>
</key>
<key value="New_folder">
<comment>Crea una carpeta en la vista del proyecto.</comment>
<val lang="en_US">Nueva carpeta</val>
</key>
.....
</translation>