PrepAway - Latest Free Exam Questions & Answers

What should you do to make sure that the user interface supports the text flow for the Arabic language?

You are busy to develop a Microsoft Windows Forms application that has to support the neutral
English and all Arabic cultures.
What should you do to make sure that the user interface supports the text flow for the Arabic language?

PrepAway - Latest Free Exam Questions & Answers

A.
You should set the Localizable property of each form to True.

B.
You should set the Language property of each form to Arabic.

C.
You should set the RightToLeftLayout property of each form to True.

D.
You should set the RightToLeft property of each form to True.

Explanation:
The Arabic script is written from right to left. You have to support the language flow.

Incorrect Answers:
A: The Localizable shows whether the designer should create localize resources to save property value for different cultures. It should not be used.
B: The Language property specifies that culture for the resources to which a designer would save property values.
C: The True setting of RightToLeftLayout will change the control flow from right to left.
You want to change the text flow.


Leave a Reply