PC Review


Reply
Thread Tools Rate Thread

Change language in Calendar control

 
 
Marin
Guest
Posts: n/a
 
      10th Jan 2008
I have some Calendar controls on my asp.net page. My computer (localhost)
and my server is in Croatia, Europe. So calendar control have day in week
and month caption on Croatian language. I want to set up these controls on
English language. How to do that?


 
Reply With Quote
 
 
 
 
Juan T. Llibre
Guest
Posts: n/a
 
      10th Jan 2008
Set the culture to English in the page which hosts the calendar...

I use Spanish-Dominican Republic, so I use :
VB :
<%@ Page Language="VB" Culture="es-DO" %>
C# :
<%@ Page Language="C#" Culture="es-DO" %>

To use English, use :
VB :
<%@ Page Language="VB" Culture="en-US" %>
C# :
<%@ Page Language="C#" Culture="en-US" %>


If you want to use British English, use :
VB :
<%@ Page Language="VB" Culture="en-GB" %>
C# :
<%@ Page Language="C#" Culture="en-GB" %>





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"Marin" <(E-Mail Removed)> wrote in message news:fm4vp6$vmr$(E-Mail Removed)...
>I have some Calendar controls on my asp.net page. My computer (localhost) and my server is in Croatia, Europe. So
>calendar control have day in week and month caption on Croatian language. I want to set up these controls on English
>language. How to do that?
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Switch Menu and Dialog language in Control Panel->Regional and Language Options->Drop Down NOT possible? Camille Petersen Windows XP Help 4 14th Oct 2009 06:34 PM
Ajax calendar - how to change language? staeri@gmail.com Microsoft ASP .NET 3 20th Jan 2008 12:16 PM
Webbrowser Control Language change option tinkon Microsoft Dot NET Framework Forms 0 20th Feb 2007 03:28 AM
How to change the format of the calendar control? Miguel Dias Moura Microsoft ASP .NET 1 30th Mar 2004 03:01 PM
How to setup the calendar control language Francois Microsoft ASP .NET 0 8th Aug 2003 07:49 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:22 AM.