What is the WinRT equivalent of these items from the .NET framework?
CultureInfo.CurrentCulture.LCID
Encoding.GetEncoding(int codePage)
Encoding.CodePage
AFAIK LCID was gone in Silverlight too, at least on Windows Phone and if you really needed it - you had to grab a table from the documentation like here.
Same thing with encoding - you would need to map the names to code pages, e.g. with the table from here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With