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

Culture settings?

Somone told me that you should always take care of Culture settings in the
application by setting a Culture ISO thing on some Thread that ASP is runing
on.. so that decimals and thousand separators and stuff won't be chaos in
for different countries.

How do I set these things and can someone explain more?

/Lars
Nov 19 '05 #1
2 1899
Globalization Settings in web.config is your solution...
For example settings given below is for Turkish...
<globalization requestEncoding="utf-8" responseEncoding="utf-8"
culture="tr-TR" uiCulture="tr-TR" />

Also, your operating system must support this culture which can be installed
from Control Panel->Regional Settings...

--
Thanks,
Yunus Emre ALPÖZEN

"Lars Netzel" <no****@doamin.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
Somone told me that you should always take care of Culture settings in the
application by setting a Culture ISO thing on some Thread that ASP is
runing on.. so that decimals and thousand separators and stuff won't be
chaos in for different countries.

How do I set these things and can someone explain more?

/Lars

Nov 19 '05 #2
Ah, thanx!

/Lars

"Yunus Emre ALPÖZEN" <ye***@msakademik.net> wrote in message
news:Op*************@TK2MSFTNGP11.phx.gbl...
Globalization Settings in web.config is your solution...
For example settings given below is for Turkish...
<globalization requestEncoding="utf-8" responseEncoding="utf-8"
culture="tr-TR" uiCulture="tr-TR" />

Also, your operating system must support this culture which can be
installed from Control Panel->Regional Settings...

--
Thanks,
Yunus Emre ALPÖZEN

"Lars Netzel" <no****@doamin.com> wrote in message
news:OR**************@TK2MSFTNGP12.phx.gbl...
Somone told me that you should always take care of Culture settings in
the application by setting a Culture ISO thing on some Thread that ASP is
runing on.. so that decimals and thousand separators and stuff won't be
chaos in for different countries.

How do I set these things and can someone explain more?

/Lars


Nov 19 '05 #3

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

Similar topics

2
by: Aliasgar Pocketwala | last post by:
Hi, I have an asp.net application that is using the wrong culture. I cant figure out where does it get its setting from. My web application runs as a specific user since so that I can give it...
3
by: Ashish | last post by:
I have a application in which culture settings are customizable, they dont depend on the machine settings on which the application is running, I need to make sure that all the threads running in...
4
by: David Mc | last post by:
We recently installed the 1.1 redist of .Net on a new server. Only after installing .Net did I realize that the regional settings of the server had not been localized. The application we have...
1
by: Ya Ya | last post by:
I am developing a DLL (class library) for a web application of mine. In the web.config of the web application I have set: culture="en-GB" uiCulture="en" in order that the date format will be...
9
by: Edge | last post by:
hi, I am saving the user selected culture in a session variable so I can apply it back to all pages when refreshed and then load the proper .resx values. For that I am using global.asax
6
by: Mike9900 | last post by:
Hello, I want to view the calendar in another culture, for example let it show in Arabic. I use this code in the Main, but the calendar is still in the same culture: CultureInfo sa = new...
1
by: schaf | last post by:
Hi NG ! I set the CurrentCulture and the CurrentUICulture at the start of my app using this code: string sUICulture = System.Configuration.ConfigurationSettings.AppSettings; if (sUICulture !=...
4
by: adi | last post by:
Hi I'm using .NET Framework 1.1 My application needs to read the system's language settings. How to do this? Thanks.
0
by: kidders | last post by:
Seem to be having problems with the en-GB culture/uiCulture setting, its making dates a format of the incorrect MM/dd/yyyy. I've searched the groups on this issue, here is a lengthy thread, where...
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: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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
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?

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.