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:
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