Language Calendar

  • Thread starter Thread starter bart wyckmans
  • Start date Start date
B

bart wyckmans

Hi,

Anyone know how to set a default language to the calendar control.


Thanks
 
The calendar control will pick up the culture of the current page. So, if
you have <% @Page Culture="fr-FR" %> it will render the calendar control in
French.
 
If you want to change it by using the designer (so to have a drop down list
with all the culture available), click on the web form (not on the
calendar), in the properties page select 'Culture', and then select the
language you want.



Cheers,

Stefano Pronti
Microsoft Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top