how to code html page in HEBREW language

Discussion in 'HTML & Website Design' started by sunil8986, Jul 23, 2012.

  1. #1
    Hi,

    I want to create HTML/XHTML page containing text written in the Arabic or Hebrew (right-to-left). Each time i copy and paste the hebrew translation, dreamweaver puts the words back to front.
    kindly let me know any solution to code PAGE in Arabic or Hebrew language.

    Thanks
     
    sunil8986, Jul 23, 2012 IP
  2. huseyinyilmaz

    huseyinyilmaz Greenhorn

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    6
    #2
    ı don't understand :(
     
    huseyinyilmaz, Jul 23, 2012 IP
  3. sunil8986

    sunil8986 Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #3
    Hebrew follow "Right to Left" pattern when user write and English follows "left to right" pattern when user write.
    please have a glance at e.g. http://www.haaretz.co.il/ , It will give you exact idea what I'm looking for.
     
    sunil8986, Jul 24, 2012 IP
  4. SeanSmith193

    SeanSmith193 Greenhorn

    Messages:
    53
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    8
    #4
    Hi, you speak hebrew?
    Try software that called: LangOver 5
     
    SeanSmith193, Jul 24, 2012 IP
  5. sunil8986

    sunil8986 Member

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #5
    Hi Smith,

    No, I am not familiar with Hebrew.. :p
    I am trying to code a webpage in HEBREW as per the client requirement.

    Thanks
     
    sunil8986, Jul 24, 2012 IP
  6. workingsmart

    workingsmart Well-Known Member

    Messages:
    411
    Likes Received:
    12
    Best Answers:
    9
    Trophy Points:
    120
    #6
    ==> Your first issue is to stop using Dreamweaver!

    ==> If you're copy / pasting from a "doc" you're probably taking in the extra formatting data - so copy/paste to notepad(or similar) then copy/paste again - this removes all formatting data from the copied text.
     
    workingsmart, Jul 24, 2012 IP
  7. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #7
    Workingsmart is on the right track. Step one, stop using that fat bloated overpriced steaming pile of rat **** known as Dreamweaver. Step two, work with a UTF-8 character encoding, step 3, set the document to right to left... easiest way for that is dir="RTL" on the HTML tag.

    ... and if you use a regular flat text editor instead of that stupid malfing wysiwyg and it's rubbish crippled code view, something like flo's notepad2, editplus, notepad++, text wrangler, gedit, etc, etc... it will retain less of the extra formatting garbage that makes it even harder to turn it into useful meaningful accessible HTML... meaning you wouldn't need that extra step workingsmart suggested of using such a editor 'in the middle'.

    Again, the only thing about Dreamweaver that can be considered professional grade tools are the people promoting it's use.

    -- edit -- oh, and word of warning, it may appear backwards in the editor, but render properly in browsers. RTL is... tricky to deal with that way.
     
    Last edited: Jul 24, 2012
    deathshadow, Jul 24, 2012 IP
  8. Bryan Zazz

    Bryan Zazz Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    small suggestion: browse for the google (or equivalent) english-to-hebrew (or arabic) on-line translator.
    Then look at the source-code of that page. I know that google is using a lot of javascript,
    but this might give you some hints to explore further...
     
    Bryan Zazz, Jul 24, 2012 IP