0

I am creating a Windows 8 App and have set Default language as ar(Arabic). As shown below in snapshot: enter image description here

Now when any Message is displayed in the Message Dialogue box its displaying in Arabic Format (Right to left). How can I change the displaying format without changing App Default language. Message is displayed as shown below: enter image description here

Balraj Singh
  • 3,381
  • 6
  • 47
  • 82

1 Answers1

0

I have changed the Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = "en" and then when the Message Dialogue is displayed then changed Windows.Globalization.ApplicationLanguages.PrimaryLanguageOverride = "ar" back.

Balraj Singh
  • 3,381
  • 6
  • 47
  • 82