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

Multilingual application

2 Answers 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 06 Jan 2011, 07:00 PM
Hi,

I'm currently working on a multilingual silverlight application so I'll need to translate some of the Telerik user control.

Example #1: Change the "loading..." text from the RadBusyIndicator

Example #2: Change the label and text from the Filtering Dialog of a RadGridView

If possible, I would like to be able to change the displayed text dynamically in the code behind instead of creating a new style for each language (example #1) or a custom user component (Custom Filtering for example #2).

Regards,

Simon

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 07 Jan 2011, 09:05 AM
Hi Simon,

The initial "Loading data .... " text can be changed by using the BusyContent property of the RadBusyIndicator. As for changing the labels in the Filtering control in RadGridView, you may follow up this article demonstrating how to localize the predefined strings. You need to use the Keys of the strings and define the text you want to be displayed instead of the default one.
Furthermore, you may take a look at our demo showing how to change language dynamically.
 

Kind regards,
Maya
the Telerik team
Browse the videos here>> to help you get started with RadControls for Silverlight
0
Simon
Top achievements
Rank 1
answered on 08 Jan 2011, 07:37 PM
Thanks you Maya!  This is exactly what I needed.
Tags
General Discussions
Asked by
Simon
Top achievements
Rank 1
Answers by
Maya
Telerik team
Simon
Top achievements
Rank 1
Share this question
or