473,387 Members | 1,760 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,387 software developers and data experts.

Cultue/ Globalization /Region

I am still trying to understand which bit of software does what.

msgbox (color.green.name)

Returns "Green"

If I load .net framework 1.1 for France and set my region to France.

It still returns Green.

If I had a French operating system would it return Vert??

(Feel free to give me answer about any language/ culture/ region as long
as the answer is in English!)

Many thanks

Jack Russell
Nov 24 '05 #1
9 1104
Jack,

For me this is a compiler part and not yet enumerated in Net. framework.
Because that it is done, and I see your message I start to think that it is
not impossible that it is unlucky enough planned for future use.

Luckily it returns at the moment 'green'. For non localy English speaking
developpers it is mostly a hell if they have to use a tool which returns
their native language while the toolbuilders where English (in the
development part). Mainly because the documentation is to late or will even
never be done in their local language.

There are parts that are returned in the language of the local Net version.
Have you ever searched for an error that is given mixed in 2 languages?

This is of course for every language as the tool is *originaly* build in and
can be for the same sake be German.

Just my idea

Cor
"Jack Russell" <ja***@norubbish.tpg.com.au> schreef in bericht
news:Oj**************@TK2MSFTNGP09.phx.gbl...
I am still trying to understand which bit of software does what.

msgbox (color.green.name)

Returns "Green"

If I load .net framework 1.1 for France and set my region to France.

It still returns Green.

If I had a French operating system would it return Vert??

(Feel free to give me answer about any language/ culture/ region as long
as the answer is in English!)

Many thanks

Jack Russell

Nov 25 '05 #2
"Jack Russell" <ja***@norubbish.tpg.com.au> schrieb:
msgbox (color.green.name)

Returns "Green"

If I load .net framework 1.1 for France and set my region to France.

It still returns Green.

If I had a French operating system would it return Vert??


No. It will AFAIK always return "Green".

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 25 '05 #3
Herfried,

I am curious about that, is that as well in your German VS?

I hope so.

Cor
Nov 25 '05 #4
"Cor Ligthert [MVP]" <no************@planet.nl> schrieb:
I am curious about that, is that as well in your German VS?


Yes, German Windows XP Professional SP2 + German VS.NET.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 25 '05 #5
"Cor Ligthert [MVP]" <no************@planet.nl> schrieb
Herfried,

I am curious about that, is that as well in your German VS?

I hope so.

It is. The values are string literals within the code in System.Drawing.dll.
They are not localized resources.
Armin

Nov 25 '05 #6
Armin Zingler wrote:
"Cor Ligthert [MVP]" <no************@planet.nl> schrieb
Herfried,

I am curious about that, is that as well in your German VS?

I hope so.


It is. The values are string literals within the code in
System.Drawing.dll. They are not localized resources.
Armin

So what is the difference in the .net regional versions?
Is it just the language used in the setup?

Nov 25 '05 #7
"Jack Russell" <ja***@norubbish.tpg.com.au> schrieb:
I am curious about that, is that as well in your German VS?

I hope so.


It is. The values are string literals within the code in
System.Drawing.dll. They are not localized resources.

So what is the difference in the .net regional versions?


This depends on the version of the .NET Framework you are using.

If you are using .NET Framework 1.1 setup is in English only. In .NET
Framework 2.0 the setup is localized, although no additional language packs
are installed by default. Language packs for .NET Framework 2.0 will be
available in some months.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 25 '05 #8

Herfried K. Wagner [MVP] wrote:
"Jack Russell" <ja***@norubbish.tpg.com.au> schrieb:
I am curious about that, is that as well in your German VS?

I hope so.
It is. The values are string literals within the code in
System.Drawing.dll. They are not localized resources.

So what is the difference in the .net regional versions?

This depends on the version of the .NET Framework you are using.

If you are using .NET Framework 1.1 setup is in English only. In .NET
Framework 2.0 the setup is localized, although no additional language
packs are installed by default. Language packs for .NET Framework 2.0
will be available in some months.


Herfried,

Surely that is not right, there are a host of setups for .net framework 1.1

I have been testing using the English and French.
I believe that there are different setups for he service pack.

Jack
Nov 26 '05 #9
"Jack Russell" <ja***@norubbish.tpg.com.au> schrieb:
> I am curious about that, is that as well in your German VS?
>
> I hope so.

It is. The values are string literals within the code in
System.Drawing.dll. They are not localized resources.

So what is the difference in the .net regional versions?


This depends on the version of the .NET Framework you are using.

If you are using .NET Framework 1.1 setup is in English only. In .NET
Framework 2.0 the setup is localized, although no additional language
packs are installed by default. Language packs for .NET Framework 2.0
will be available in some months.


Surely that is not right, there are a host of setups for .net framework
1.1


There were localized versions of the .NET Framework 1.1 available, that's
true. I was referring to the (English) "standard" version, which included
English resources only.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Nov 26 '05 #10

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

Similar topics

11
by: Altramagnus | last post by:
I have a complicated Region object, which I need to draw the outline, but not fill How can I convert the Region object to GraphicsPath object? or How can I draw the outline of the Region object?
6
by: Jim | last post by:
Are #region a bad thing or are they good? As far as I see it #region's are a bad thing as they let lazy programmmers have large and bloated methods divided into regions that then appear as small...
4
by: FM | last post by:
Hi, I use the following code to set the current culture. If Not IsNothing(Session("language")) Then System.Threading.Thread.CurrentThread.CurrentCulture = New...
11
by: Cor Ligthert | last post by:
Hello everybody, Jay and Herfried are telling me every time when I use CDate that using the datetime.parseexact is always the best way to do String to datetime conversions. They don't tell why...
2
by: Christian Robert Schulz | last post by:
How can I change the culture/region of the machines ASPNET Account??? In code, I can set it for the threat manually by using system.threading.thread.currentThread.currentUICulture, but there must...
2
by: jason | last post by:
DOTNET 2.0 VS 2005. My client is saying August 13,2006.. julian date should equal 225. Here's what I'm doing: <%@ Import Namespace="system.globalization" %> <script language="VB"...
0
by: Sparkiee | last post by:
Hi, A lil bit of help required from you guys, I am trying to make a windows service that will also focus on globalization, the problem i am facing is when i am trying to put globalization code in...
1
by: Chris Thomasson | last post by:
This region allocator is not dynamic and can be fed with a buffer residing on the stack of the calling thread. Therefore, you can use this in an environment which does not have a heap; its...
8
by: Chris M. Thomasson | last post by:
Here is the initial crude implmentation which compiles under Comeau with no warnings: ___________________________________________________________________ #include <cassert> #include <cstdlib>...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.