How to detect OS language in Windows Phone 8.1
问题 So before I used: System.Threading.Thread.CurrentThread.CurrentCulture How to do it in Wp8.1. And why all the deprecated things dont have a good documentation what you can use instead like in xCode? 回答1: CultureInfo.CurrentCulture used to return the region format setting. WP 8.1 seems to return the default language set in the Package.appxmanifest. Kinda sucks doesn't it? :) I think it is planned because they want to steer us towards using GlobalizationPreferences instead. So to get back to