Changing GEDI Language with WinccOA 3.14

Discussion about recent product features & solutions!
Search

Post Reply
6 posts • Page 1 of 1
a.decelis
Posts: 30
Joined: Thu Jun 25, 2015 6:42 pm

Changing GEDI Language with WinccOA 3.14

Post by a.decelis »

Hi!

Just comment that, as a non German speaker, I wondered how to change GEDI language to English.

This question is already answered at the FAQ "How can I change the language of the GEDI?" at BUT... at least with version 3.14 of WinCC OA, use the modifier en_US.utf8 instead of en_US.iso88591

That is: -lang en_US.utf8

I added this modifier, also, to the launchers for startPA and startConsole (under Open Suse tumbleWeed, where I was testing), and works fine.

Just in case anybody encounters same problem.

User avatar
mkoller
Posts: 741
Joined: Fri Sep 17, 2010 9:03 am

Re: Changing GEDI Language with WinccOA 3.14

Post by mkoller »

Every manager starts with the active language defined in the config file, if no commandline option given, that is.
In the config you can globally (for the whole project) define the default language:
lang = "..."
If that's not given, the first of the langs entries is used.
To accomodate for different users, you can use the special string "auto" in lang:
lang = "auto"
This makes one of the project languages the active language by checking your user environment (e.g. LC_MESSAGES on Linux)
and tries to find a match.

a.decelis
Posts: 30
Joined: Thu Jun 25, 2015 6:42 pm

Re: Changing GEDI Language with WinccOA 3.14

Post by a.decelis »

Thank you!

That will be very helpful!

User avatar
tmalone
Posts: 192
Joined: Mon Nov 22, 2010 11:21 pm

Re: Changing GEDI Language with WinccOA 3.14

Post by tmalone »

Auto does not work on English OpenSUSE

User avatar
mkoller
Posts: 741
Joined: Fri Sep 17, 2010 9:03 am

Re: Changing GEDI Language with WinccOA 3.14

Post by mkoller »

Can you give more details, please:
- If you started gedi from the WinCC_OA console, which itself was started via the startmenu,
what gives "locale" from a shell also started inside your current desktop session ?
- what languages do you have in your project config file ?

RonFre
Posts: 7
Joined: Mon Feb 01, 2016 3:23 pm

Re: Changing GEDI Language with WinccOA 3.14

Post by RonFre »

Thanks !!!

Post Reply
6 posts • Page 1 of 1