Hi,
If I use this code:
Dim ci As New System.Globaliz ation.CultureIn fo("en-US", False)
Dim newCi As System.Globaliz ation.CultureIn fo = CType(ci.Clone( ),
System.Globaliz ation.CultureIn fo)
Thread.CurrentT hread.CurrentCu lture = newCi
somewhere in my application, does it keep the culture as long as it runs, or
just within the function it's in?
In the first case I should put it probably in the forms load code?
rg,
Eric
If I use this code:
Dim ci As New System.Globaliz ation.CultureIn fo("en-US", False)
Dim newCi As System.Globaliz ation.CultureIn fo = CType(ci.Clone( ),
System.Globaliz ation.CultureIn fo)
Thread.CurrentT hread.CurrentCu lture = newCi
somewhere in my application, does it keep the culture as long as it runs, or
just within the function it's in?
In the first case I should put it probably in the forms load code?
rg,
Eric
Comment