A document is mostly in English but has a specific section where the content varies and can have a different language. What are two recommended options for implementing this?
A
Build each page in as many languages as needed. Have a condition to print a page only when the language to print matches the language of the page.
B
On each page, create verbiage in every language required. Use complex conditionals with IF/ELSE statements to return the verbiage in the selected language.
C
Build a table where each row has a snippet in a specific language and has a condition to display it only when the selected language matches the language of the snippet.
D
Use Text Administration to store the multiple values.
Show Answer