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

Localisation of Scheduler Control

3 Answers 65 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Ross
Top achievements
Rank 1
Ross asked on 23 Feb 2009, 09:25 AM
Hi,

I am using the RadScheduler control in one of my aspx web pages.  All is working well with it,

However, we have been given a new requirement for a new release to Localize our applications contents to German, Spanish, Japanese and diferent flavours of English.

Therefore, what would I need to do to take account of localizing property text such as the following properties in the Scheduler control:

DataStartField

 

="Start"

 

 

DataEndField="End"

 

Localization-ConfirmDeleteText

 

="Are you sure you wish to delete this schedule item?"

 

 

 

 

 


We will most likely need to use the browsers locale settings to determine the locale to display the appropriate text strings.

Will I be able to use aspx techniques such as the meta keyword to populate the above or do I need to do something else?

Thanks,

Ross 

 

3 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 24 Feb 2009, 05:37 PM
Hi Ross,

The following help topic should help you with your implementation:
http://www.telerik.com/help/aspnet-ajax/schedule_localizationtranslatingstrings.html

Let us know if you need further assistance.


All the best,
Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ross
Top achievements
Rank 1
answered on 26 Feb 2009, 10:19 AM
Thank you. That is exactly what I need!

On a related topic, does the same approach apply to a RadDatePicker ?  e.g. this is an example of a RadDatePicker in my pages.  Should this be localizeable for any language or are there restrictions?  I am using Telerik.Web.UI dll version 2008.3.1105.20

<

 

telerik:RadDatePicker

 

 

ID="RadDatePickerCompletionDueDate"

 

 

SelectedDate="<%# GetDate(Container.DataItem) %>"

 

 

MinDate="<%#GetMinDate()%>"

 

 

MaxDate="<%#GetMaxDate()%>"

 

 

AutoPostBack="false"

 

 

runat="server"

 

 

DateInput-Enabled="true"

 

 

DateInput-Width="70px"

 

 

DateInput-ReadOnly="true"

 

 

DateInput-EmptyMessage="Set date..">

 

 

</telerik:RadDatePicker>

regards,

Ross

 

0
Princy
Top achievements
Rank 2
answered on 27 Feb 2009, 04:16 AM
Hello Ross,

You can refer to the following help document which explains how to localize the strings in a RadDatePicker control:
Localizing Strings

Thanks
Princy.
Tags
Scheduler
Asked by
Ross
Top achievements
Rank 1
Answers by
Peter
Telerik team
Ross
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or