This is a migrated thread and some comments may be shown as answers.

How does Telerik controls allow for Language Localizations?

1 Answer 156 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 25 Mar 2014, 02:50 PM
I am building an application that will be used globally.  So, how or where do I specify inside the Telerik Control to use the correct Language.  For example, I use a RadTextBox control.  That control has a "Label" property and I set the value of that property to an English Text.  How will it get translated into German for example?

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 28 Mar 2014, 11:51 AM
Hello Daniel,

When the Label property for RadTextBox is set it is rendered as a <label> element on the page. The text that is entered in it is not automatically translated.

If you would like to have different labels you would need to set them dynamically. Additionally you could localize the controls on a page by setting the Culture property.

Moreover our controls support localization through global resources. Take a look at this article that describes the process for RadCalendar. Also different localizations for some or our controls are available here.

If you have additional queries do not hesitate to contact us again.

Regards,
Viktor Tachev
Telerik
 

Build cross-platform mobile apps using Visual Studio and .NET. Register for the online webinar on 03/27/2014, 11:00AM US ET.. Seats are limited.

 
Tags
General Discussions
Asked by
Daniel
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or