RTL Langueges issues. - نوشته شده در (3243 Views)
Average Member
sadra
مطلب: 354
starstarstar
Hi, tanx for this Topic.
1. In all RTL languages "‍Content Messages" must set to right of DIV. (Except the part that is manually aligned to left.), with a class set by lang can be setting right view. 2. Content of "code tag" always has LTR direction. 3. All Input & Textarea direction always set to rtl by default. And, if needed, use the code. 4. All Input directions for "Usernames, passwords, emails or Urls" must set as LTR dir.(with class)
5. I suggest you create several CSS classes with the following titles.
  • rtl, ltr, right, left, center, top, bottom, middle or any ...
  • 6. All issues in Arabic same as Persian.
     پیش‌فرض مرتب‌سازی برای تاریخ DESC به معنی جدیدترین است  
     تعداد در صفحه 
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    questionQuestion.
    If a post contains mixed content, should the English display from left of message window and Persian from right? i.e. do they need floats as well as direction
    نوشته شده در
    Average Member
    sadra
    مطلب: 354
    starstarstar
    Adjusting the "left to right" and "right to left" "message or part of message" should be done by User. and with the or codes ...
    Note: Flotation should not be done automatically by javascript coding force. And By default, the align or direction of "content message" should be inherited of page direction and align. In Content "just": Code tag content always set to ltr dir.
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    just so I understand smile should it display as the top two lines or the bottom two
    نوشته شده در
    Average Member
    sadra
    مطلب: 354
    starstarstar
    Originally posted by HuwR just so I understand smile should it display as the top two lines or the bottom two

    Excellent. this is truethumbsUp
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    sorry, which is true, the top two or bottom two lines smile
    نوشته شده در
    Average Member
    sadra
    مطلب: 354
    starstarstar
    Originally posted by HuwR sorry, which is true, the top two or bottom two lines smile

    bottom two lines
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    Originally posted by HuwR sorry, which is true, the top two or bottom two lines smile

    bottom two linesthumbsUp
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    Originally posted by HuwR sorry, which is true, the top two or bottom two lines smile

    bottom two lines
    mmm. nested quote not correct!
    نوشته شده در
    Forum Administrator
    HuwR
    مطلب: 4624
    starstarstarstarstar
    Originally posted by sadra Hi, tanx for this Topic.
    1. In all RTL languages "‍Content Messages" must set to right of DIV. (Except the part that is manually aligned to left.), with a class set by lang can be setting right view. 2. Content of "code tag" always has LTR direction. 3. All Input & Textarea direction always set to rtl by default. And, if needed, use the code. 4. All Input directions for "Usernames, passwords, emails or Urls" must set as LTR dir.(with class)
    5. I suggest you create several CSS classes with the following titles.
  • rtl, ltr, right, left, center, top, bottom, middle or any ...
  • 6. All issues in Arabic same as Persian.

    1. should be now
    2. code tag should now always be ltr
    3. Most now sorted
    4. Most now sorted
    5. done
    نوشته شده در
    Average Member
    sadra
    مطلب: 354
    starstarstar
    Test for Tag Code direction def

    Code:
    
    Response.write"<table></table>"

    very good.. all of them are Ok