Php Site Translation?

by humbledmarket Banned
2 replies
Hello Warriors,
I hope to get your help and advice on a little project of mine.

I recently created a like site: Share My Likes.net- Facebook Like which I'm trying to market.

I'd like to reach other languages as well such as Chinese, French, German to be able to reach more users.

The site is running with php and a mysql database. Is there any script that can automatically translate the site content to the desired language of the user?

Also when the user likes it will it like in their language or in english?

What is the best option I can take to make this work in other languages. Do I need a separate script to create a site specifically for say german or can I have english, german, french all on one site?

Thanks
#php #site #translation
  • Profile picture of the author Steve Wells
    Originally Posted by humbledmarket View Post

    Hello Warriors,
    I hope to get your help and advice on a little project of mine.

    I recently created a like site: Share My Likes.net- Facebook Like which I'm trying to market.

    I'd like to reach other languages as well such as Chinese, French, German to be able to reach more users.

    The site is running with php and a mysql database. Is there any script that can automatically translate the site content to the desired language of the user?

    Also when the user likes it will it like in their language or in english?

    What is the best option I can take to make this work in other languages. Do I need a separate script to create a site specifically for say german or can I have english, german, french all on one site?

    Thanks
    If so I would love to have that script also......

    I think the problem would be the translation of syntax..... but if someone has a script that will do this with a highhhh degree of accuracy I would love it.....
    Signature
    Need Custom Graphics Work? - Message Me For A Design Quote!
    {{ DiscussionBoard.errors[2537290].message }}
  • Profile picture of the author mrmagos
    I was going to suggest checking out the Google Translate API, but I found this instead: gtranslate-api-php - Project Hosting on Google Code
    Note that this is just a n API wrapper written in PHP, but it shouldn't be too much work to use it in conjunction with another script to translate a site.
    {{ DiscussionBoard.errors[2537507].message }}

Trending Topics