PC Review


Reply
Thread Tools Rate Thread

Bug: Controls rendering in "Spanish"??

 
 
=?Utf-8?B?Y2hhcmxpZXdlc3Q=?=
Guest
Posts: n/a
 
      8th Feb 2005
I realize this most likely isn't the right newsgroup, but i'm having troube
finding anyswers:

I'm working with MS C# .NET 2003 Professional Edition on a machine that was
set
to regional settings of SPAIN. As such, when i dragged and dropped the
calendar and repeater controls to the ASP.NET web form, the control appeared
in Spanish at design time.

I've changed my regional settings to US (default), i've restarted my
computer, i've re-created my ASP.NET web form, i've created new calendar
and repeater controls, and the controls appear at design time in English.

However, when i test my application, the controls render in Spanish. Where
is this setting held that's forcing my calendar control to render in Spanish?

Thanks,
 
Reply With Quote
 
 
 
 
Glenn
Guest
Posts: n/a
 
      8th Feb 2005
Could be your web.config's globalization settings. Have you tried
explicitly defining the culture and uiCulture?

Should look something like this.

<globalization
requestEncoding="utf-8"
responseEncoding="utf-8"
culture="en-US"
uiCulture="en-US"
/>
Glenn"charliewest" <(E-Mail Removed)> wrote in message
news:7FC27FD4-7824-43F7-BA71-(E-Mail Removed)...> I realize this
most likely isn't the right newsgroup, but i'm having troube
> finding anyswers:
>
> I'm working with MS C# .NET 2003 Professional Edition on a machine that

was
> set
> to regional settings of SPAIN. As such, when i dragged and dropped the
> calendar and repeater controls to the ASP.NET web form, the control

appeared
> in Spanish at design time.
>
> I've changed my regional settings to US (default), i've restarted my
> computer, i've re-created my ASP.NET web form, i've created new calendar
> and repeater controls, and the controls appear at design time in English.
>
> However, when i test my application, the controls render in Spanish. Where
> is this setting held that's forcing my calendar control to render in

Spanish?
>
> Thanks,



 
Reply With Quote
 
=?Utf-8?B?Y2hhcmxpZXdlc3Q=?=
Guest
Posts: n/a
 
      8th Feb 2005
thanks Glenn. This did solve the problem!

I would have assumed that given that my OS is in English, and that i changed
my regional settings back to US, that this explicit declaration would not be
necessary. Obviously, somewhere the old Spanish region setting (culture) was
stored somewhere... It would be interested to know where and how or why this
works as such.

"Glenn" wrote:

> Could be your web.config's globalization settings. Have you tried
> explicitly defining the culture and uiCulture?
>
> Should look something like this.
>
> <globalization
> requestEncoding="utf-8"
> responseEncoding="utf-8"
> culture="en-US"
> uiCulture="en-US"
> />
> Glenn"charliewest" <(E-Mail Removed)> wrote in message
> news:7FC27FD4-7824-43F7-BA71-(E-Mail Removed)...> I realize this
> most likely isn't the right newsgroup, but i'm having troube
> > finding anyswers:
> >
> > I'm working with MS C# .NET 2003 Professional Edition on a machine that

> was
> > set
> > to regional settings of SPAIN. As such, when i dragged and dropped the
> > calendar and repeater controls to the ASP.NET web form, the control

> appeared
> > in Spanish at design time.
> >
> > I've changed my regional settings to US (default), i've restarted my
> > computer, i've re-created my ASP.NET web form, i've created new calendar
> > and repeater controls, and the controls appear at design time in English.
> >
> > However, when i test my application, the controls render in Spanish. Where
> > is this setting held that's forcing my calendar control to render in

> Spanish?
> >
> > Thanks,

>
>
>

 
Reply With Quote
 
Bruce Wood
Guest
Posts: n/a
 
      8th Feb 2005
My undestanding is that it works that way so that you can develop
applications for other cultures and languages without having to switch
your entire O/S to... say, Japanese. Can you imagine developing a
multi-language app, and having to learn to read every single one of the
languages in order to run the Visual Studio IDE while you're doing it?


 
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
Seens there are "standard Microsoft Windows controls" and "common controls" Academia Microsoft VC .NET 4 18th Jan 2008 01:13 AM
What setting controls printing "from:", "to:", "Subject" in e-mai. =?Utf-8?B?U29scmFj?= Microsoft Outlook Discussion 0 27th Nov 2006 02:31 PM
retrieving from "recycle bin" WITHOUT the Spanish Inquisition "feature"*every* time? dave Windows XP Help 1 6th Apr 2006 03:33 PM
Q: "Grouping" controls / "locking" controls to background? StargateFan Microsoft Access 3 17th Dec 2005 02:58 AM
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals =?Utf-8?B?QXJ0dXJv?= Microsoft Excel Programming 3 26th May 2005 05:44 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:46 PM.