G
Guest
Hi,
I'm trying to change the culture to Welsh by doing the following:
Thread.CurrentThread.CurrentCulture = New CultureInfo("cy-GB")
Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture
The above code works okay on Windows XP, but fails to work on Server 2003.
The following error occurs on Server 2003:
Culture name 'cy-gb' is not supported.
Can you advise how to setup Server 2003 to enable the Welsh culture.
Many thanks,
Rob.
I'm trying to change the culture to Welsh by doing the following:
Thread.CurrentThread.CurrentCulture = New CultureInfo("cy-GB")
Thread.CurrentThread.CurrentUICulture = Thread.CurrentThread.CurrentCulture
The above code works okay on Windows XP, but fails to work on Server 2003.
The following error occurs on Server 2003:
Culture name 'cy-gb' is not supported.
Can you advise how to setup Server 2003 to enable the Welsh culture.
Many thanks,
Rob.