Ever needed to get your hands on some specific culture IDs? Here is how you can create a list:
Next, you can use a culture to output information formatted in that culture:
[System.Threading.Thread]::CurrentThread.CurrentCulture = $cGet-Date
You should note that the console character set is not able to display certain characters. You may want to run that command inside the PowerShell ISE or another Unicode-enabled environment.