for Thread.CurrentThread.CurrentCulture and Thread.CurrentThread.CurrentUICulture
the texts in Filter window are shown in Spanish.
How can i manage that the texts appear in the language selected?
Thank you,
Sonia.
9 Answers, 1 is accepted
I would suggest you to check this help article for a reference.
Regards,Didie
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
i have already followed these steps however all my application is shown in the culture selected except for Filter windows from RadGridView.
After browsing my release folder i noticed that Telerik.Windows.Controls.resources.dll is in the folders de, es, fr, it, nl, tr
But i cannot find it in any en* folder.
In the link you sent to me says that up for now the supported languages are English, German, Spanish and French.
What i am missing?
The RadGridView is localized in those four languages. I have attached a demo project to show you how to apply the culture and get the RadGridView's strings localized in Spanish.
Didie
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
I have tried your example and texts are shown in spanish, perfect.
However after changing these two lines
Thread.CurrentThread.CurrentCulture = new CultureInfo("es");Thread.CurrentThread.CurrentUICulture = new CultureInfo("es");per
Thread.CurrentThread.CurrentCulture = new CultureInfo("en");Thread.CurrentThread.CurrentUICulture = new CultureInfo("en");in App.xaml.cs
the texts are already shown in spanish.
I am afraid that maybe is taking the culture from the browser.
I have changed the lines on the sample project I sent and run the application again. As a result all the strings were in English.
Didie
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Any idea about why texts appear in spanish?
For your information, my browser as well as my operating system is in spanish.
Would you please add "en" to the SupportedCultures (I have added just "es" in the attached project)? You can follow the instructions from the help article I referred in one of my previous replies.
Didie
Telerik
Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.
Although I have "en" in SupportedCultures, texts already appear in spanish.
Please see the attachment.
Thank you,
Sonia.
This is indeed strange. Are the regional settings on your machine Spanish? What happens if you change them to English? Would you please Clean and Rebuild the application?
Didie
Telerik
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>