We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Localization of Wizard control is impossible

Hi

One of our customer that is also your customer reported an promlem with localization of Wizard control. This is why I donwload it and played with it. The problem is that when you turn Localizable property of form True Visual Studio writes the localizable properties to .resx. In order to do that there must be Localizable attribute set on

[Localizable(true)]
public string MyValue

If there is not this attribite Visual Studio does not store the value to .resx file and it is impossible to localize the application.

Please fix this. Please check also all other components that every single property that might need localization has the attribute. In general most string properties and integer properties related to layout need to hav the attribute.

Finally please join to our 3rd party vendor probram so we can check that your controls can be localized.

http://www.sisulizer.com/localization/software/third-party-control-support.shtml

Best regards,
Jaakko Salmenius
Sisulizer
http://www.sisulizer.com


2 Replies

AD Administrator Syncfusion Team November 29, 2008 10:46 AM UTC

I studied the control more and noticed that Wizard indeed stored the button caption to the .resx. It did not do it after I turned Localizable property of form true but later when I edited the wizard controls.

It seems that you have some custom resource writing method that writes them to .resx and do not use Localizable attribute.

Anyway this works now.





FS Fathima Shalini P Syncfusion Team December 1, 2008 07:08 AM UTC

Hi Jaakko,

Thank you for your update.

Regards,
Fathima


Loader.
Live Chat Icon For mobile
Up arrow icon