Language Conversion Tag
The dir tag creates a template that can work with a bidirectional language. If SWE displays:
A language that the reader reads from right to left (rtl), then it converts the dir tag to dir="rtl".
A language that the reader reads from left to right, it does nothing.
This tag uses the following format:
<HTML dir="div od-tpe=dir">
You can use this tag only in an HTML tag that includes the dir attribute.