I need to be able to get/set current location in Win 7 (Control Panel -> Regional and Language -> Location):
You can use this code
CultureInfo _CultureInfo = new CultureInfo("ru-RU"); Application.CurrentInputLanguage = InputLanguage.FromCulture(_CultureInfo); Application.CurrentCulture = _CultureInfo;