Page 1 of 1

Adding multiple locales in LocalizedText Type attributes

Posted: 30 Mar 2021, 12:49
by Rach
Hi Team,

I am using the prosys Opc Ua Java SDK for opc Ua server developement and UaExpert as my client . UaModeler is used for modeling.
I would like to know if it is possible to add multiple Locales to localizedText typed attributes like Description and Display Name in UaModeler.My use-case is to add Description in multiple languages.

I also tried the other way round i.e. to add multiple descriptions to xml and upload it to UaModeler like:

<Description Locale="en">The name of the manufacturer (e.g. "Siemens Mobility GmbH").</Description>
<Description Locale="de">Der Name des Herstellers (z. B. "Siemens Mobility GmbH").</Description>

But only the last one i.e. in "de" locale is shown in the model. Kindly suggest if it is possible to add multiple locales to the model .


Thanks

Re: Adding multiple locales in LocalizedText Type attributes

Posted: 14 Apr 2021, 15:15
by Support Team
Hello,

UaModeler only supports one DisplayName or Description per node.
Currently it is not planned to implement this feature in UaModeler. You should add the translation in the server application.