Creating LocalizedText Keys from Modeller

Questions regarding the use of UaModeler

Moderator: uamodeler

Post Reply
JanSporbeck
Jr. Member
Jr. Member
Posts: 1
Joined: 03 Aug 2016, 14:34

Creating LocalizedText Keys from Modeller

Post by JanSporbeck »

Hello,

I am stuck trying to get localization to work for elements created by modeller. I can only set the LocalizedText.Text and LocalizedText.Locale properties. How do I input the value for LocalizedText.Key in Modeller?

I was assuming the key would be to set to text, at last when no locale is set. This is at last not the case for current .Net SDK. Is there an option to enable localization key generation in Modeller?

Thanks,
Jan.

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

Re: Creating LocalizedText Keys from Modeller

Post by Support Team »

Hello,

LocalizedText.Key is an implementation speciality of .NET SDK, to be used programmatically in your application side code.
You cannot enter the Key in UaModeler.

Note: UaModeler does not support setting multiple LocalizedTexts for the DisplayName and the Description attribute of a node. If you want to support multiple languages for your server, your application has to implement this.

Best Regards
Support Team

Post Reply