Configuration of multilingual projects
After successfully creating a project, the config file in the directory
<proj_path>/config
must contain the following entries:
[general]
pvss_path = "C:/Siemens/Automation/WinCC_OA/<version>"
proj_path = "C:/WinCC_OA_Proj/test_proj"
proj_version = "<version>"
userName = "root"
password = ""
langs = "de_AT.utf8"
langs = "en_US.utf8"
lang = "fr_FR.utf8"
In a multilingual project it is forbidden to change either the order of the languages or the coding manually (UTF-8, ISO standard coding and other codings) in the config file. WinCC OA does not support mixing different character coding within the same project.