Microsoft
74-353 · Question #100
You are designing an application in English. When translated into other languages, some of the text strings will be much longer than in English. What is the best practice to follow?
The correct answer is B. Dynamically adjust the size and layout of text areas for different languages. See the full explanation below for the reasoning.
Question
You are designing an application in English. When translated into other languages, some of the text strings will be much longer than in English. What is the best practice to follow?
Options
- AShorten the translated phrases to maintain the original layout.
- BDynamically adjust the size and layout of text areas for different languages.
- CAllocate enough space to accommodate the longest translation of each phrase.
- DReduce the font size for translated phrases to maintain the original layout.
How the community answered
(29 responses)- A10% (3)
- B79% (23)
- C3% (1)
- D7% (2)
Community Discussion
No community discussion yet for this question.