how to test on selected locale
Last Post 10/11/2007 8:57 AM by Kriz Van Looy. 1 Replies.
Author Messages
Kriz Van Looy
Nuke Ace
Nuke Ace
Posts:41


--
10/11/2007 4:30 AM  
Hi,

Im a looking for the method to test on the selected locale.

I need this for a module I adapted to be multilingual.

Can anyone help me with this please?

Thanks in advance
Kriz Van Looy
Nuke Ace
Nuke Ace
Posts:41


--
10/11/2007 8:57 AM  
Ok I solved this problem

I used this: System.Threading.Thread.CurrentThread.CurrentCulture.ToString();


---