Adding multiple locales in LocalizedText Type attributes

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
Rach
Jr. Member
Jr. Member
Posts: 1
Joined: 30 Mar 2021, 12:42

Adding multiple locales in LocalizedText Type attributes

Post 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

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: Adding multiple locales in LocalizedText Type attributes

Post 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.
Best regards
Unified Automation Support Team

Post Reply