Website text in many language

Reply

Join Date: Jul 2009
Posts: 106
Reputation: surindersharma is an unknown quantity at this point 
Solved Threads: 1
surindersharma surindersharma is offline Offline
Junior Poster

Website text in many language

 
0
  #1
Sep 18th, 2009
I have a website, which translated in many languages, i don't know how i use these languages text in my HTML pages.
Reply With Quote Quick reply to this message  
Join Date: Apr 2007
Posts: 1,114
Reputation: cguan_77 has a little shameless behaviour in the past 
Solved Threads: 91
cguan_77's Avatar
cguan_77 cguan_77 is offline Offline
Veteran Poster

Re: Website text in many language

 
0
  #2
Sep 18th, 2009
check out this site..it might give you an idea..
http://www.the-pope.com/langumain.html
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,349
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 163
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Website text in many language

 
0
  #3
Sep 22nd, 2009
translated files to a sytematic naiming system,
for static files I used index(2letterstandardlanguagecode).html something like indexes (spanish) idexfr (french) indexde (german)
HTML and CSS Syntax (Toggle Plain Text)
  1. <a href='indexfr.html' title='La traduction est automatique, confirment svp les details essentiels dans la version Anglaise originale'>en Fran&ccedil;ais</a>
  2. <a href='indexes.html' title='La traducción es automática, confirma por favor los detalles esenciales en la versión Inglesa originale' >En espa&ntilde;ol</a>
Nowadays google translate api do all the work for me, just a tiny google gadget in menu.php -- shows in every page, and translates to 52 languages
Last edited by almostbob; Sep 22nd, 2009 at 12:49 am.
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 101
Reputation: ingeva is an unknown quantity at this point 
Solved Threads: 9
ingeva ingeva is offline Offline
Junior Poster

Re: Website text in many language

 
0
  #4
Sep 22nd, 2009
Originally Posted by almostbob View Post
Nowadays google translate api do all the work for me, just a tiny google gadget in menu.php -- shows in every page, and translates to 52 languages
From what I've seen such translations are almost unreadable. Only word for word and taken out of context, no grammar ... you have to guess the meaning for every other sentence.

Sorry folks, we are still in the technological childhood.

inge
Yes, I'm running Ubuntu. Of course.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,349
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 163
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Website text in many language

 
0
  #5
Sep 22nd, 2009
for the languages I speak, its close, the grammar and sentence structure changes between French Engllish and Greek to much as I write, and much more grammatically correct than I would use at the neighborhood,
For languages I don't speak it is better.
page output is generated from database and is time date and user dependent
Even fully multilingual people cannot directly translate all the detail of Language to another Language
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 101
Reputation: ingeva is an unknown quantity at this point 
Solved Threads: 9
ingeva ingeva is offline Offline
Junior Poster

Re: Website text in many language

 
0
  #6
Sep 23rd, 2009
Originally Posted by almostbob View Post
for the languages I speak, its close, the grammar and sentence structure changes between French Engllish and Greek to much as I write,
I think you should try Norwegian, or worse: Finnish.

Texts translated like this can be read if you're struggling hard to get the meaning, but the language is simply horrible. Too many expressions change completely when you translate to another language. Now remember, English, French, Italian, Spanish and Greek have many similarities. When you come to other language groups it's a very different matter.
Yes, I'm running Ubuntu. Of course.
Reply With Quote Quick reply to this message  
Join Date: Jan 2009
Posts: 1,349
Reputation: almostbob has a spectacular aura about almostbob has a spectacular aura about 
Solved Threads: 163
almostbob's Avatar
almostbob almostbob is offline Offline
Nearly a Posting Virtuoso

Re: Website text in many language

 
0
  #7
Sep 23rd, 2009
Originally Posted by ingeva View Post
I think you should try Norwegian, or worse: Finnish.

Texts translated like this can be read if you're struggling hard to get the meaning, but the language is simply horrible. Too many expressions change completely when you translate to another language. Now remember, English, French, Italian, Spanish and Greek have many similarities. When you come to other language groups it's a very different matter.
I didnt realise its so different
then a site wide approach might be better
the translated pages in folder structure the same as the primary language structure but with a language code in the root folder name

english
-francais
-suomi
-norsk
-dansk

php link that will work most of the time from the root language to other but not back again
  1. <a href="/francais<?php echo $_SERVER['PHP_SELF']; ?>">page en francais</a>
Last edited by almostbob; Sep 23rd, 2009 at 9:50 am.
Failure is not an option It's included free
If at first you dont succeed, join the club
Of course its always in the last place you look, you dont keep looking after you find it

Please mark solved problems, solved
Reply With Quote Quick reply to this message  
Reply


Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC