Ageel
Mon 25th Nov '02, 7:18am
Hi there
Why didn't you add buttons for bidirectional Languages in your WYSIWYG add or reply to a thread?!!
I guess after this huge usage of the forum globaly you developers should meet the internationalization of the VBulletin forum.
All you have to do is using the tag property ( DIR=RTL ) for Right To Left direction and ( DIR=LTR ) for Left To Right direction illustrated using icons with a triangle indecating to the left or right.
So people who use bidirectional languages (LIKE ME) could easly suit the board for the use of my people here :)
Example:
<p dir=rtl>
هذا نص عربي، this is an Arabic text
</p>
if you use that in your html editor and preview it, it will be ok as a bidirectional language, BUT
<p align=right>
هذا نص عربي، this is an Arabic text
</p>
will not be ok and will be shown as:
هذا نص عربي، this is an Arabic text
and remember that the Arabic text must come first on the right of the sentence.
I hope you can add it before the final release and let it be a MUST for comming releases to since many people are using it.
Regards,
Ageel
Why didn't you add buttons for bidirectional Languages in your WYSIWYG add or reply to a thread?!!
I guess after this huge usage of the forum globaly you developers should meet the internationalization of the VBulletin forum.
All you have to do is using the tag property ( DIR=RTL ) for Right To Left direction and ( DIR=LTR ) for Left To Right direction illustrated using icons with a triangle indecating to the left or right.
So people who use bidirectional languages (LIKE ME) could easly suit the board for the use of my people here :)
Example:
<p dir=rtl>
هذا نص عربي، this is an Arabic text
</p>
if you use that in your html editor and preview it, it will be ok as a bidirectional language, BUT
<p align=right>
هذا نص عربي، this is an Arabic text
</p>
will not be ok and will be shown as:
هذا نص عربي، this is an Arabic text
and remember that the Arabic text must come first on the right of the sentence.
I hope you can add it before the final release and let it be a MUST for comming releases to since many people are using it.
Regards,
Ageel