What problems will you encounter if you decide to create a French version of this page? Demonstrate the problem, and suggest a solution.
Suppose you had the following navigation bar on your US site:
The following is written in the fixed typeface Courier to demonstrate the point:
News Sign In Buy MyFiles
Actualités Identifiez-vous Achetez MesFichiers
The French equivalents contain more characters than the English words, which will cause problems when attempting to fit the translation into the space allotted for the English words. Horizontal navigation bars and buttons are particularly vulnerable. One possible solution would be to use a vertical navigation bar instead.
You might also like to view...
A macro is called a ________ in VBA
A) process B) function C) procedure D) subroutine
If x has the value of 3, y has the value of -2, and w is 10, is the following condition true or false?
if( x < 2 && w < y) a. true b. false