473,839 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

CurrentCulture, CurrentUICultur e and Threads

Hi,

I have an asp.net page that uses a component in my business tier, which in
turn uses a component in my data tier. The business and data tiers are in
separate assemblies. I set Thread.CurrentT hread.CurrentCu lture and
Thread.CurrentT hread.CurrentUI Culture in the .aspx page.

The asp.net app, business tier, and data tier each have their own resource
files.

Are the business/data tier components guaranteed to execute on the same
thread as the .aspx page so that I can use
Thread.CurrentT hread.CurrentCu lture/Thread.CurrentT hread.CurrentUI Culture
from within the business/data tiers? Or should I pass a CultureInfo object
through the tiers?

I don't want the business tier to return a French message when the .aspx
page is in English.

Thanks.
Nov 18 '05 #1
1 1768
Yes, a page request is always handled by the same thread from start to
finish..unless ur doing odd threading stuff in your own code...

Karl

--
MY ASP.Net tutorials
http://www.openmymind.net/
"DZoid" <me@nospam.co m> wrote in message
news:W_******** ************@ne ws20.bellglobal .com...
Hi,

I have an asp.net page that uses a component in my business tier, which in
turn uses a component in my data tier. The business and data tiers are in
separate assemblies. I set Thread.CurrentT hread.CurrentCu lture and
Thread.CurrentT hread.CurrentUI Culture in the .aspx page.

The asp.net app, business tier, and data tier each have their own resource
files.

Are the business/data tier components guaranteed to execute on the same
thread as the .aspx page so that I can use
Thread.CurrentT hread.CurrentCu lture/Thread.CurrentT hread.CurrentUI Culture
from within the business/data tiers? Or should I pass a CultureInfo object
through the tiers?

I don't want the business tier to return a French message when the .aspx
page is in English.

Thanks.

Nov 18 '05 #2

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

Similar topics

0
1186
by: Ken | last post by:
Hello, I am trying to learn how to build a localizable windows application and am having trouble getting alternate languages to display when if stop hardcoding the culture settings. The line where I hard code the CurrentUICulture is in the form's constructor and is like: Thread.CurrentThread.CurrentUICulture = new CultureInfo("pt-BR"); When this line is present, the form displays in Portuguese.
0
1195
by: Per Clausen | last post by:
Hello, Is it possible to change the Thread.CurrentThread.CurrentUICulture globally so that all threads etc. will use the same culture? We have a multi-language application where we use resources from threads and and also in async. events invoked with BeginInvoke. Everything works fine as long as we are on the process GUI thread but all resources created on a different thread uses the OS language
12
9163
by: magister | last post by:
Hello, I know I can set the Culture to what I want, but shouldn't the current culture be taken from the regional settings on the web server's control panel!!! Mine is set to "united kingdom" but in my asp.net page I do
5
1463
by: ra294 | last post by:
When I use the Now() Fucntion i my ASP.net application I get a date format of mm/dd/yy. I want it to be dd/mm/yy. I set in the web config "culture="en-GB" uiCulture="en" and also set the regional setting of the computer. When I am checking "Thread.CurrentThread.CurrentCulture" I can see it's "en-GB" and the date format is like I want it (dd/mm/yy), but still the Now() function gives me mm/dd/yy format. How do I correct this problem ? ...
3
4274
by: Reny J Joseph Thuthikattu | last post by:
Hi, If i put a month callender on a asp.net web form and specify the culture on the page directive like '<%@ Page language="c#" Culture="ar-OM"%> it will display the Month callender in arabic. I want the same result for my windows application.Can any one tell me how can i do that?
4
16774
by: Tedmond | last post by:
Dear all, My application allows users to switch languages at run time. I use the following code to change the UI Culture but all controls are remaining unchanged. Thread.CurrentThread.CurrentUICulture = new CultureInfo("en-US"); Why? Anything that I need to do in order to refresh the controls?
2
8350
by: arne.wiklund | last post by:
Is there an error in the currentCulture.NumberFormat.NumberDecimalSeparator? Take a look at this code: Thread.CurrentThread.CurrentCulture = new CultureInfo("nb-NO"); Assert.IsTrue(StringClassifier.IsDouble("123" + currentCulture.NumberFormat.NumberDecimalSeparator + "022")); The norwegian NumberDecimalSeperator is a comma (,) not a period (.) but when running this code the value is 123.022 (with a period).
5
17423
by: Tsair | last post by:
I set the thread culture in MAIN() as below in order to show the date in format DAY/MONTH/YEAR, but the datagridview alway show the date in M/d/yyyy. How to set the default Date format from windows xp control panel by C# coding or is that any way to set the application date format to d/M/yyyy without change the windows xp regional setting ? Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US", false );
1
4554
by: =?Utf-8?B?SmVu?= | last post by:
I could get the correct System.Globalization.CultureInfo.CurrentCulture and System.Globalization.CultureInfo.CurrentUICulture when the my WPF application first started. While my application was running, I went to Control Panel - Regionals and Language Options to change the Format from English (United States) to Thai (ThaiLand), clicking a button in my application to get the latest System.Globalization.CultureCulture and...
0
9698
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10910
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10589
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
7833
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
7021
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5683
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5867
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4493
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
4066
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.