MS Access Database with number fields in a foreign language

后端 未结 4 1016
深忆病人
深忆病人 2021-01-26 12:41

I have a MS Access 2007 database. I have run into an issue (and I\'m sure more will pop up) with some clients in Columbia and Ecuador where their numbering format is different

4条回答
  •  闹比i
    闹比i (楼主)
    2021-01-26 13:22

    This is an old question and only asked for ms-access but maybe you may encounter a problem similar to mine. Then you may consider below options, too:

    1. This problem may be related to IIS if you are using Access database for your web pages. Thanks to Dmitriy Pavlov's answer Briefly:

      • Open IIS 7
      • Select your website
      • Open .NET GLOBALIZATION
      • From Culture tab, select required Culture and UI Culture.
      • Do iisreset
    2. This problem may be related to Visual Studio settings. Thanks to Jim Mischel's answer Briefly:

    Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US", false);

提交回复
热议问题