RTL Langueges issues. - Posted (3239 Views)
Average Member
sadra
Posts: 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.
     Sort direction, for dates DESC means newest first  
     Page size 
    Posted
    Forum Administrator
    HuwR
    Posts: 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
    Posted
    Average Member
    sadra
    Posts: 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.
    Posted
    Forum Administrator
    HuwR
    Posts: 4624
    starstarstarstarstar
    just so I understand smile should it display as the top two lines or the bottom two
    Posted
    Average Member
    sadra
    Posts: 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
    Posted
    Forum Administrator
    HuwR
    Posts: 4624
    starstarstarstarstar
    sorry, which is true, the top two or bottom two lines smile
    Posted
    Average Member
    sadra
    Posts: 354
    starstarstar
    Originally posted by HuwR sorry, which is true, the top two or bottom two lines smile

    bottom two lines
    Posted
    Forum Administrator
    HuwR
    Posts: 4624
    starstarstarstarstar
    Originally posted by HuwR sorry, which is true, the top two or bottom two lines smile

    bottom two linesthumbsUp
    Posted
    Forum Administrator
    HuwR
    Posts: 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!
    Posted
    Forum Administrator
    HuwR
    Posts: 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
    Posted
    Average Member
    sadra
    Posts: 354
    starstarstar
    Test for Tag Code direction def

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

    very good.. all of them are Ok