Skip to main content
Inspiring
June 6, 2008
Answered

translating an english application/page to arabic

  • June 6, 2008
  • 3 replies
  • 760 views
Hi All,

Does anyone here has experience on translating an english application to arabic in coldfusion? is there any third party or can it be done in cf? how much work does this involve? any ideas/suggestions? thanks.
    This topic has been closed for replies.
    Correct answer Newsgroup_User
    dongzky wrote:
    > Does anyone here has experience on translating an english application to
    > arabic in coldfusion? is there any third party or can it be done in cf? how
    > much work does this involve? any ideas/suggestions? thanks.

    not sure what you want. translations? you need a good translation service (ie
    humans). something automatic? nope, won't work beyond baby talk.

    if you mean take an english only app and internationalize it (or make it
    "i18n"), yes its an involved process but one that's been done plenty of times.
    it's not rocket science, mainly drudge work for an existing app.

    get the cf8 books (or advanced cf6/7 books), there's a chapter on maikng cf apps
    i18n...come to think of it, my chapter's online:
    http://www.forta.com/books/0321515463/

    3 replies

    Inspiring
    June 16, 2008
    dongzky wrote:
    > by the way, if we are to comvert this thing (the existing app in cf) from
    > english to farsi, how much time do you think woukd it take for knowing the
    > considerations to be done and the actions? how big is the effort on this?

    how long is a piece of string?

    you have to closely examine the code, db, etc. that alone will likely take
    several days. you can then estimate the effort after that.

    dongzkyAuthor
    Inspiring
    June 16, 2008
    by the way, if we are to convert this thing (the existing app in cf) from english to farsi, how much time do you think would it take for knowing the considerations to be done and the actions? how big is the effort on this?
    Newsgroup_UserCorrect answer
    Inspiring
    June 6, 2008
    dongzky wrote:
    > Does anyone here has experience on translating an english application to
    > arabic in coldfusion? is there any third party or can it be done in cf? how
    > much work does this involve? any ideas/suggestions? thanks.

    not sure what you want. translations? you need a good translation service (ie
    humans). something automatic? nope, won't work beyond baby talk.

    if you mean take an english only app and internationalize it (or make it
    "i18n"), yes its an involved process but one that's been done plenty of times.
    it's not rocket science, mainly drudge work for an existing app.

    get the cf8 books (or advanced cf6/7 books), there's a chapter on maikng cf apps
    i18n...come to think of it, my chapter's online:
    http://www.forta.com/books/0321515463/

    dongzkyAuthor
    Inspiring
    June 11, 2008
    Anybody who has experince in arabic format? I mean i know the arabic data should be in different database. but how about the physical format of the page? english reads from left to right, and arabic is from right to left. So the physical format of the page should change too? I mean, usally, we have our menu at the left side of the page. Will it be at the right side in Arabic? I mean things like that, the physical format of the page. Thanks.