Is it possible to create an Right to Left (RTL) tile for Windows 8 apps?
The tiles switch to RTL direction when one changes the windows settings but I need to force it even on non-RTL machines.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For tile or toast notifications, setting the
langattribute to an RTL language (e.g., “ar-SA”) on either the<binding />or<visual/>element in the notification XML will perform layout appropriate for the specified language.