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

.NET Localization - by LOCATION - not by culture

Hello,

I need to do an implimentation which requires installation to be made
per location, not by culture.

Everyting I read refgarding localization is culture specific. How can
I leverage this functionality to install by location instead? (What I
mean is that all computers are in different location, same culture)

Is localization the ideal solution?

Thanks!

Isaac Ferreira
Application Architect
BizTalk Certified Developer
Jul 21 '05 #1
7 1540
Isaac,

When all those location have the same culture (globalization settings) than
there is nothing to change.

Cor
"Isaac Ferreira"
Hello,

I need to do an implimentation which requires installation to be made
per location, not by culture.

Everyting I read refgarding localization is culture specific. How can
I leverage this functionality to install by location instead? (What I
mean is that all computers are in different location, same culture)

Is localization the ideal solution?

Thanks!

Isaac Ferreira
Application Architect
BizTalk Certified Developer

Jul 21 '05 #2
I think the closest we can get is to use one of the methodologies
that map an IP to a geographic location noting that method is
'loose' which means the optimal method remains asking via
the user interface.

--
<%= Clinton Gallagher, "Twice the Results -- Half the Cost"
Architectural & e-Business Consulting -- Software Development
NET cs*********@REMOVETHISTEXTmetromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/

"Isaac Ferreira" <bi***************@gmail.com> wrote in message
news:66**************************@posting.google.c om...
Hello,

I need to do an implimentation which requires installation to be made
per location, not by culture.

Everyting I read refgarding localization is culture specific. How can
I leverage this functionality to install by location instead? (What I
mean is that all computers are in different location, same culture)

Is localization the ideal solution?

Thanks!

Isaac Ferreira
Application Architect
BizTalk Certified Developer

Jul 21 '05 #3
Inherit from CultureInfo to handle "location" instead of "cultures".

LocationCultureInfo lci = new LocationCultureInfo("my custom location");

See Nagels KlingonCultureInfo object:

http://www.christiannagel.com/my+downloads/72.aspx

"Isaac Ferreira" wrote:
Hello,

I need to do an implimentation which requires installation to be made
per location, not by culture.

Everyting I read refgarding localization is culture specific. How can
I leverage this functionality to install by location instead? (What I
mean is that all computers are in different location, same culture)

Is localization the ideal solution?

Thanks!

Isaac Ferreira
Application Architect
BizTalk Certified Developer

Jul 21 '05 #4
> I need to do an implimentation which requires installation to be made
per location, not by culture.


I am not sure I understand.

Can you describe the functionality you want to achieve?

For instance, you want to be able to install your app. in Germany and
in Germany only, for instance?
I think there is really no way to enforce this.
I can change all my system settings, the IP address is irelevant,
because I am behind a NAT and I use 192.168.1.x, I can have a
U.S. English OS installed in Germany.
--
Mihai
-------------------------
Replace _year_ with _ to get the real email
Jul 21 '05 #5
Thanks, this might be just want I need. I'll post back with results.

Any other ideas out there on this? Would serve as a good thread for
others, i'm sure i'm not the only one.

"Jorge Matos" <Jo********@discussions.microsoft.com> wrote in message news:<87**********************************@microso ft.com>...
Inherit from CultureInfo to handle "location" instead of "cultures".

LocationCultureInfo lci = new LocationCultureInfo("my custom location");

See Nagels KlingonCultureInfo object:

http://www.christiannagel.com/my+downloads/72.aspx

"Isaac Ferreira" wrote:
Hello,

I need to do an implimentation which requires installation to be made
per location, not by culture.

Everyting I read refgarding localization is culture specific. How can
I leverage this functionality to install by location instead? (What I
mean is that all computers are in different location, same culture)

Is localization the ideal solution?

Thanks!

Isaac Ferreira
Application Architect
BizTalk Certified Developer

Jul 21 '05 #6
I think Issac means that he has locations that are specific for his
application not geographic locations necesarily. For example he might have
multiple "locations" in the same state or country, but they each have to have
their own specific resources. I suggestted to issac that he inherit from the
CultureInfo class to define these application specific locations.

"Mihai N." wrote:
I need to do an implimentation which requires installation to be made
per location, not by culture.


I am not sure I understand.

Can you describe the functionality you want to achieve?

For instance, you want to be able to install your app. in Germany and
in Germany only, for instance?
I think there is really no way to enforce this.
I can change all my system settings, the IP address is irelevant,
because I am behind a NAT and I use 192.168.1.x, I can have a
U.S. English OS installed in Germany.
--
Mihai
-------------------------
Replace _year_ with _ to get the real email

Jul 21 '05 #7
> I think Issac means that he has locations that are specific for his
application not geographic locations necesarily. For example he might have
multiple "locations" in the same state or country, but they each have to have their own specific resources. I suggestted to issac that he inherit from the CultureInfo class to define these application specific locations.


Maybe this is what he wants. Or maybe nit :-)
But I think that if he wants some help, he may better give us more info.

--
Mihai
-------------------------
Replace _year_ with _ to get the real email
Jul 21 '05 #8

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

Similar topics

1
by: SDK | last post by:
Hello, I've written a little program in C# to test localization. It's one form with a label and a button. I've included two languages into my form (Dutch and English) using localization. In...
2
by: Paul M | last post by:
Hi there, can anyone help me with this one.... i have a page which is in normal english format, but when i wanna change it to Russian format text, i set the Culture code, but it still remains...
3
by: jmjacquel | last post by:
Hi all, I have a localization problem in ASP.NET (ASPX) pages using VS.NET 2003. I have a project called AGCENTRAL, which is part of a solution. The project simply contains pages, a...
3
by: Kenneth P | last post by:
Hi, I have a very good book on asp.net Sams ASP.NET Tips, Tutorials and Code ISBN 0-672-32143-2 and is trying to teach myself from examples from this book Chapter 16. Anyway I come quite...
0
by: Paul Dunstone | last post by:
Hi group We have website, www.site.com, which uses Microsoft Content Management System. We are internalising the controls using Microsoft Localization Toolkit...
5
by: Samuel | last post by:
Hi, I am running into a problem of mixing UICulture = auto and allowing users to select culture using a dropdown list. I am detecting a querystring, "setlang", and when found, setting the...
8
by: Olivier Matrot | last post by:
I encounter a problem with Localization features in ASP.NET 2.0. Is seems that the framework is not able to manage neutral cultures such as 'fr', or 'de'. Those are the culture sent by default from...
7
by: Isaac Ferreira | last post by:
Hello, I need to do an implimentation which requires installation to be made per location, not by culture. Everyting I read refgarding localization is culture specific. How can I leverage...
1
by: Bill Mell | last post by:
I would like to use compiled resource files in my web application that are not related to localization. The idea is to have a dll with resources that can be accessed by the website. I have no...
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
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...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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:
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...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.