Live Chat Icon For mobile
Live Chat Icon

How can I set the Language property to the current user’s UI language ?

Platform: WPF| Category: Attributes

If you need to set the ‘Language’ property to the current user’s UI language, use the following code.

[C#]

text1.Language = System.Windows.Markup.XmlLanguage.GetLanguage(
System.Globalization.CultureInfo.CurrentUICulture.IetfLanguageTag); 

Share with

Related FAQs

Couldn't find the FAQs you're looking for?

Please submit your question and answer.