Framework:Translation of system texts: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the manufacturer. English and German are implemented. | This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the [[Framework:Developer_mode#Manufacturer|manufacturer]]. English and German are implemented. | ||
{|align="center" | {|align="center" | ||
| Line 27: | Line 27: | ||
So far, the manufacturer has implemented translations into German and English. | So far, the [[Framework:Developer_mode#Manufacturer|manufacturer]] has implemented translations into German and English. | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
Revision as of 12:15, 7 May 2010
This refers to the translation of the CoPlanner systems which contain the designer, messages via message dialogs, tooltips, etc. This translation is provided by the manufacturer. English and German are implemented.
The language in which the designer is displayed is already chosen at the login.
The languages you can choose from are entered in the ClientConfig.xml:
<?xml version="1.0" standalone="yes"?>
<ClientConfig>
<IpSettings>
<Version>1</Version>
<Server>localhost</Server>
<Port>8963</Port>
<MaxRows>20000</MaxRows>
<TcpFormatter>Bin</TcpFormatter>
</IpSettings>
<Languages>
<Available>Deutsch|English</Available>
</Languages>
</ClientConfig>
So far, the manufacturer has implemented translations into German and English.