SQL compact 4 exception
问题 I have a windows form application written in C# and running on a Windows XP machine with SQL compact 4 database. The operating system language is simplified chinese. I'm facing a strange exception. "The specified locale is not installed on this machine. Make sure you install the appropriate language pack. LCID 1053" Why? The application does work ok on all other configurations/languages. 回答1: That is the locale for Sweden. You can change the locale by modifying the connection string: http:/