01/07/2022
Hi,
I have developed OPC UA SERVER application using CSharp(C#) language
I have one requirement in OPC UA Server.
OPC-UA server shall support at least English and French languages for textual data provided through OPC UA services, default language being fr-FR. Currently it supports English Language.
How to achieve to support French language?
is there any changes required in OPC UA Server side?
I am using NodeSet2 XML file for populating address space in OPC UA Server. Now the data contains in NodeSet XML file is in English Language.
Please help me
05/30/2017
You use populate the ResourceManager with translated strings.
https://github.com/OPCFoundati.....Manager.cs
You set the Key property of LocalizedText values to tell the SDK to look up the translation.
01/07/2022
Hi, Thank you for your reply.
I am using NodeSet2 XML file for populating address space. So how to achieve translation?
NodeSet XML:
<UAVariable NodeId="ns=1;i=192" BrowseName="1:detected number" ParentNodeId="ns=1;i=167" DataType="String">
<DisplayName>detected number</DisplayName>
<Description>detected number Description</Description>
<References>
<Reference ReferenceType="HasTypeDefinition">i=688</Reference>
<Reference ReferenceType="HasModellingRule">i=880</Reference>
<Reference ReferenceType="HasProperty" IsForward="false">ns=1;i=19567</Reference>
</References>
</UAVariable>
1 Guest(s)