To translate a primary language to any derived language in Client Framework projects, you must add a derived language after creating a new WPF project. Refer to the Agile Business Suite Developer User Guide for more information on adding a derived language.
After adding a derived language and generating the WPF project, the following files are generated in the Solution Explorer window under the <System Name>.<Technology Folder Name>.Views project:
A resources.resx file is generated for the primary language.
A resources.<LocaleName>.resx file is generated for each derived language, which you add in the lower pane of the translation tab.
You can double-click the resources.<LocaleName>.resx file to view the labels and the translated value of the label that would appear in the user interface.
Notes:
To view the languages in the Languages menu of the WPF Container you should enter the languages in the Translations field in the property page of the deployment folder.
The languages that you enter in the Translations field appears within the <languages> tag of the <TechnologyFolderName>_Config.rtxml file.