C# 从windows 8.1中的应用程序中获取设备的默认语言

C# 从windows 8.1中的应用程序中获取设备的默认语言,c#,windows-8.1,C#,Windows 8.1,是否有任何方法允许我们获取平板电脑的默认语言,以便在使用c#windows 8.1的应用程序中使用它以获取当前区域性信息。它将是一种语言 例如: currentCulture.ThreeLetterISOLanguageName 请了解CultureInfo currentCulture=Thread.CurrentThread.currentCulture;或CultureInfo.CurrentCulture

是否有任何方法允许我们获取平板电脑的默认语言,以便在使用c#windows 8.1的应用程序中使用它以获取当前区域性信息。它将是一种语言

例如:

currentCulture.ThreeLetterISOLanguageName

请了解CultureInfo currentCulture=Thread.CurrentThread.currentCulture;或CultureInfo.CurrentCulture