I need to create an activity for "Terms & Conditions" with support for different languages, but this is a long text document with several headers, paragraphs, points... which varies for each different language. So I think that having a strings.xml document for each language is not enough because each language "Terms & Conditions" has a different number of paragraphs, and specific layout for each language too. Please correct me if I'm wrong.
What will be the best approach for this requirement? Do I need to use a different fragment for each language(I don't like this option too much)?
Thanks in advance.