detect os language from c#

后端 未结 7 1285
北荒
北荒 2020-12-06 01:32

Is there a way to detect the Language of the OS from within a c# class?

相关标签:
7条回答
  • 2020-12-06 01:56

    System.Threading.Thread.CurrentThread.CurrentCulture

    0 讨论(0)
提交回复
热议问题