4
I need to change the current culture for a script and nothing I tried works.
I've tried using the Set-Culture
cmdlet.
I've trued setting [System.Threading.Thread]::CurrentThread.CurrentCulture
.
Is this at all possible?
4
I need to change the current culture for a script and nothing I tried works.
I've tried using the Set-Culture
cmdlet.
I've trued setting [System.Threading.Thread]::CurrentThread.CurrentCulture
.
Is this at all possible?
Have you tried this? http://blogs.msdn.com/b/powershell/archive/2006/04/25/583235.aspx
– Indrek – 2014-03-11T09:48:15.967Yes, it works - as expected. I'm literal going crazy with this. I had seen that post and tried it and it failed. Although at this point I'm not so sure of that. – Paulo Morgado – 2014-03-11T11:11:36.003