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

Rotator Globalization

1 Answer 57 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
ITA
Top achievements
Rank 1
ITA asked on 27 Jan 2014, 03:11 PM
Hi,

I use your "Rotator - Slide Show" which is great. But how do I change the language of the Title? In the xml-File you can find:

 <Title>
    <![CDATA[               <h1>Marketing Strategy</h1>          ]]>
</Title>

But how can I make this multilingual. I tried:

<Title>
<![CDATA[
<ul>
<li><asp:label runat="server" id="Bannertxt1" meta:resourcekey="Banner1_rsc" CssClass="ProgBannertxt" /></li>
</ul>
]]>
</Title>

But the text is not shown. What can I do here?

Thanks
Best Regards
rene

1 Answer, 1 is accepted

Sort by
0
Slav
Telerik team
answered on 30 Jan 2014, 12:44 PM
Hi Rene,

The RadRotator does not control the localization of the elements in its items. My suggestion is to check the following resource about ASP.NET Globalization and Localization in order to configure the text that is displayed in the Label control:
http://msdn.microsoft.com/en-us/library/c6zyy3s9%28v=vs.100%29.aspx

More specifically, you need to check the local resource, in which the text of the label is set. It should be located in the directory App_LocalResources of your project.

Regards,
Slav
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the UI for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Rotator
Asked by
ITA
Top achievements
Rank 1
Answers by
Slav
Telerik team
Share this question
or