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

How do I localize the messages for the EditControl

How does one localize the messages associated with the EditControl, i.e. the text in the Syncfusion.Windows.Forms.Edit.Localization.SR.txt file? I tried modifying this file and building it into my satelite assembly, but it didn't pick up the changes. Do I need to rename the file or convert it into a different format?

3 Replies

JS Jeba S Syncfusion Team July 24, 2007 02:08 PM UTC

Hi ctim,

Please refer the following steps for Localization:

1. Create satellite resource assembly with translations.
2. Sign it by your public key with delay sign option on.
3. Finally, mark this satellite DLL for verification skipping.

The Guidelines for Syncfusion Localization is available in this link:
http://www.syncfusion.com/Support/user/uploads/Localization_79f556c7.zip

Please set the Culture before the InitializeComponent() as follows:

//French
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("fr-FR");
//German
System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("de-DE");


Kindly have a try with the above steps and let me know if you are still facing any issues.

Thank you for using Syncfusion Products.

Best Regards,
Jeba.


CT Craig Timmerman July 25, 2007 12:05 PM UTC

The messages are in a .txt file (e.g. Syncfusion.Windows.Forms.Edit.Localization.SR.txt). How do I covert that to a .resources file?


JS Jeba S Syncfusion Team August 1, 2007 05:36 AM UTC

Hi ctim,

Thank you for you update.

Sorry for the delay in response.

Please refer the KB article which explains "How do I localize all the text associated with Syncfusion controls in my application into German ?"

Here is the link for the KB article:
http://www.syncfusion.com/support/kb/tools/Default.aspx?ToDo=view&questId=293

Kindly let us know if you need any further assistance in this regard.

Thank you for using Syncfusion Products.

Best Regards,
Jeba.

Loader.
Live Chat Icon For mobile
Up arrow icon