Language Translator class (or) package for PHP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • paulrajj
    New Member
    • Sep 2008
    • 47

    Language Translator class (or) package for PHP?

    hi everyone,

    i want to translate my webpage contents from english language to dutch language. is there any language translator class or package available in php? i have searched a lot through google. but i can't find out a solution. if someone knows pls help me. without using the translator types of (google translator, babelfish.altav ista.com). thanks in advance.
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    I don't know what quality translator packages nowadays have, but I suspect the human mind is still leagues better in translating.

    packages for PHP you'll find at pecl.php.net and pear.php.net

    regards

    Comment

    • paulrajj
      New Member
      • Sep 2008
      • 47

      #3
      hi Dormilich,

      thanks for your valuable information.

      Comment

      • TheServant
        Recognized Expert Top Contributor
        • Feb 2008
        • 1168

        #4
        WHat you can do is try and translate it yourself, using the packages or even Babelfish, and then get someone who knows the language to go over it. Hopefully you have a friend or a loyal visitor who can do that for you for free.

        Comment

        • Markus
          Recognized Expert Expert
          • Jun 2007
          • 6092

          #5
          Check out gettext() ( alias: _() ). Bear in mind, you'll still have to have the translation of the text in a file.

          Comment

          Working...