I'm totally new to ConTeXt; how to use Arabic and German in one document?
\mainlanguage[de]
\definefont[ArabicFont][file:alq2.ttf*arabic at 18pt]
\setuppapersize [A5]
\starttext
\setupalign[r2l]
\ArabicFont
بِسْمِ ٱللَّهِ ٱلرَّحْمَٰنِ ٱلرَّحِيمِ
\stoptext
How to modify, so that I can swith between Arabic and German? (I knew LaTeX, and have defined there some macros, but here everything might change...)
