Wrox Programmer Forums
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2003, 11:26 PM
Registered User
 
Join Date: Jun 2003
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Localisation

OK.....Im just not getting it!

I insert the following code into a test page....


lblCulture.Text = CultureInfo.CurrentCulture.EnglishName
lblUICulture.Text = CultureInfo.CurrentUICulture.EnglishName
lblRegion.Text = RegionInfo.CurrentRegion.EnglishName

And they display:
English (Australia)
English (United States)
Australia

I go into my Windows Control Panel-Regional Options and set the Locale to Dutch(Belgian) and the above values remain as Australia.

Can anyone explain why the Culture is Australia (yes I live in Australia), the UI Culture is United States, and the REgion is Australia.

I thought these would have changed along with the System Locale set through the control panel...

Any explanations would be appreciated!!

If anyone can point me to a good localisation tutorial I d appreaciate it too....the Microsoft ones didnt help all that much.

Thanks.


Prometheus





Similar Threads
Thread Thread Starter Forum Replies Last Post
Localisation problem ethael J2EE 1 June 20th, 2008 01:39 PM
Language Localisation deepnabhatkar C# 2005 0 August 7th, 2007 12:08 AM
Localisation: Cultures/UICultures/Regions/Locales Prometheus ASP.NET 1.0 and 1.1 Basics 0 October 20th, 2003 07:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.