943,648 Members | Top Members by Rank

Ad:
Sep 18th, 2009
0

Website text in many language

Expand Post »
I have a website, which translated in many languages, i don't know how i use these languages text in my HTML pages.
Similar Threads
Reputation Points: 10
Solved Threads: 2
Junior Poster
surindersharma is offline Offline
137 posts
since Jul 2009
Sep 18th, 2009
0

Re: Website text in many language

check out this site..it might give you an idea..
http://www.the-pope.com/langumain.html
Reputation Points: 19
Solved Threads: 115
Nearly a Posting Virtuoso
cguan_77 is offline Offline
1,317 posts
since Apr 2007
Sep 22nd, 2009
0

Re: Website text in many language

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.
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009
Sep 22nd, 2009
0

Re: Website text in many language

Click to Expand / Collapse  Quote originally posted by almostbob ...
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
Reputation Points: 16
Solved Threads: 9
Junior Poster
ingeva is offline Offline
106 posts
since Jul 2008
Sep 22nd, 2009
0

Re: Website text in many language

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
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009
Sep 23rd, 2009
0

Re: Website text in many language

Click to Expand / Collapse  Quote originally posted by almostbob ...
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.
Reputation Points: 16
Solved Threads: 9
Junior Poster
ingeva is offline Offline
106 posts
since Jul 2008
Sep 23rd, 2009
0

Re: Website text in many language

Click to Expand / Collapse  Quote originally posted by ingeva ...
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
php Syntax (Toggle Plain Text)
  1. <a href="/francais<?php echo $_SERVER['PHP_SELF']; ?>">page en francais</a>
Last edited by almostbob; Sep 23rd, 2009 at 9:50 am.
Reputation Points: 562
Solved Threads: 368
Posting Maven
almostbob is offline Offline
2,970 posts
since Jan 2009

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: Wordpress... Problem with Description Page
Next Thread in HTML and CSS Forum Timeline: png problme in ie6





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC