473,378 Members | 1,383 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

How to tell if windows is non-U.S. version?

Hi,

OUr .NET app is written specifically to run on the English version of
Windows server. Some customers are running Windows Frenchm other versions.
I'm not talking about regional settings, but actually French Windows itself.

How can one tell if Windows itself is English, versus French version with
English (U.S) regional settings?

thanks
Robb
Jul 21 '05 #1
5 1255
Hi Robb,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get the language verison of
the windows system. If there is any misunderstanding, please feel free to
let me know.

To get the language version in .NET, we can use
System.Globalization.CultureInfo.InstalledUICultur e. This property doesn't
depend on the regional setting. For more information, please visit the
following link:

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemglobalizationcultureinfoclassinstalledu iculturetopic.asp

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #2
Thanks Kevin, that is what I was looking for.

But to test this, how do I check the installed OS language? Right-click on
my computer, look under properties? Or what?

thanks
Robb

"Kevin Yu [MSFT]" wrote:
Hi Robb,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to get the language verison of
the windows system. If there is any misunderstanding, please feel free to
let me know.

To get the language version in .NET, we can use
System.Globalization.CultureInfo.InstalledUICultur e. This property doesn't
depend on the regional setting. For more information, please visit the
following link:

http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemglobalizationcultureinfoclassinstalledu iculturetopic.asp

HTH.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #3
Hi Robb,

As far as I know, we just check the language of the os from the appearance
of the menus and start up menus.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #4
Kevin,

In this case that isn't possible, because the customer in question is in
Australia. We have asked them to set their regional settings to English(US),
but that has not solved the problem. Via email, we are trying to have them
verify what lang is installed?

thanks
Robb

"Kevin Yu [MSFT]" wrote:
Hi Robb,

As far as I know, we just check the language of the os from the appearance
of the menus and start up menus.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #5
Hi Robb,

I'm not quite sure what question your customer is having, because your
original question is how to get the language version of the OS. If they are
using the French version, the InstalledUICulture property should return the
CultureInfo for French. You can try to ask them what version of Windows
they are using. I think they know the answer themselves. :-)

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

303
by: mike420 | last post by:
In the context of LATEX, some Pythonista asked what the big successes of Lisp were. I think there were at least three *big* successes. a. orbitz.com web site uses Lisp for algorithms, etc. b....
12
by: Mike Dee | last post by:
A very very basic UTF-8 question that's driving me nuts: If I have this in the beginning of my Python script in Linux: #!/usr/bin/env python # -*- coding: UTF-8 -*- should I - or should I...
4
by: Jonathan Fine | last post by:
Hello I have written a program that interacts with a command line program. Roughly speaking, it mimics human interaction. (With more speed and accuracy, less intelligence.) It works fine...
12
by: Robert Mark Bram | last post by:
Howdy All! Is there an easy way to find out the pixel height and width of an image? I want to write IMG tags in this form: <img src="../images/BigM_off.gif" width="173" height="169" name="BigM"...
0
by: Christopher Attard | last post by:
Hi, I need to create a dialog like the 'Add Counters' dialog box in perfmon. I'm using the System.Diagnostics namespace class in .NET and I've managed to do it. The problem arises when I'm...
7
by: Tyler Foreman | last post by:
Hello, I have a strange problem that occurs every so often in my application. It usually takes place when I hide one form and activate another. What happens is I get the following exception:...
0
by: Fiona McBride | last post by:
Hi all, I have a really odd problem with some Visual Basic .NET 2003 code; I have a program that creates a number of windows which contain RichTextBox, Timers (disabled) and menus. The code...
3
by: Jon Slaughter | last post by:
I'm tryign to display my own title bar. I've created a window without one but with a menu. The menu though is located in the upper left corner and I need to move it down. I need to set the client...
15
by: E-Dot | last post by:
I am trying to write a program which asks the user to enter a number in the interval , the program then gives the natural logarithm of that number, using the series for log(x+1)... Here is what...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.