I want to write arabic in table
\documentclass[14pt]{article} \usepackage[utf8]{inputenc} \usepackage[LAE]{fontenc} \usepackage[german,arabic]{babel} \begin{document} محمد - أحمد \begin{tabular}[]{|c|c|}\hline محمد & أحمد \\\hline \end{tabular} \end{document}
The result is
So how can i force the text direction from right to left in the table?