Best way to add localized, instance-specific user control pr

Posted by Community Admin on 04-Aug-2018 18:21

Best way to add localized, instance-specific user control properties

All Replies

Posted by Community Admin on 01-Apr-2017 00:00

For my user control, I created a custom resource class for all those strings which need localization but which are the same for all instances of the control.

However, there are some instance-specific properties of the control which also need localization.

I remember the "MultilingualProperty" attribute for control properties. This allowed automatic language-specific control properties,  but this attribute is depreciated and has no effect in 9.2.

I have my pages synchronized between languages. I like to keep it this way. I would like to be able to close the control's settings dialog with "save to all languages" (so all language-agnostic properties are in sync), yet have some language-specific properties.

Is there a recommended way of achieving this?

Regards, Mikael

 

 

 

This thread is closed