S
Shiplu
Hello,
Is there any way that I can set current cultureinfo for the current
application or current thread?
I have coded lots of classes already. Most of them uses methods those
are culture dependent. Like DateTime.ToString(), Int.Parse() etc.
Now I dont want to write CultureInfo.InvariantCulture parameter for
every method. It'd be great If I could set it for current application
at the very beginning then rest of the application will use the
CultureInfo.InvariantCulture.
Hope you understand.
Thanks In advance.
Is there any way that I can set current cultureinfo for the current
application or current thread?
I have coded lots of classes already. Most of them uses methods those
are culture dependent. Like DateTime.ToString(), Int.Parse() etc.
Now I dont want to write CultureInfo.InvariantCulture parameter for
every method. It'd be great If I could set it for current application
at the very beginning then rest of the application will use the
CultureInfo.InvariantCulture.
Hope you understand.
Thanks In advance.