This is a discussion on "language for website" within the PHP Forum section. This forum, and the thread "language for website are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
language for website
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
hi
i want to add French German etc..language to my site but don't have and idea what to do or where to start will this be a big job to do?any info would be great my site is php with html templates thanks |
|
|
|
|||
|
Re: language for website
Do you mean french and german translations of all of your pages?
|
|
|||
|
hi thanks for the reply yes thanks
|
|
|||
|
hi Ryan Fait i have a dating website and i want to make it so everyone can pick there own language I'm not going to just ad French and German but every language any idea on how i can do this?thanks |
|
||||
|
Re: language for website
English is the internet's language. You'll either need to hire people, or you'll need to let people say everything they need to in their own language. There's no easy way to get a website in 100 languages.
|
|
|||
|
Re: language for website
Also, I think there is nothing that knocks the credibility of a web site more than pages that are badly translated.
If you are thinking that a person might enter their profile, etc. in one language and someone else can read it in another, I think that's a non-starter. |
|
|||
|
Re: language for website
Its not that hard... IF you only want to translate static text. I.E if you want all navigation, headers, menus, search features, about/contact pages.
If wish everything to be changed including what users put in then this won't work. What i do is the following. Each bit of text becomes a variable. I then have a languages folder which includes English and whatever other language my client specifies. As i make the site i add all the language variables i need. I then pass it to someone to translate the text variables into another language. So in the end i have something like this. [Languages] ---[English] ------lang.php ---[French] ------lang.php Then when a user picks a language it simply changes the path of the lang.php to their language. |
|
|||
|
Re: language for website
It isn't that simple.
What you end up with is a literal word for word translation and not, necessarily, a gramatically correct one. Remember the first manuals that came with Japanese equipment!!! |
|
|||
|
Re: language for website
Quote:
Also on this forum things like "Web Development" would also be translated. As i said this would suit static text, it wouldn't work with translating pages of dynamic text that users post. |
|
||||
|
Re: language for website
That just makes it a pain everytime you want to update the site...
|
|
||||
|
Re: language for website
I'm not going to tell you what to do, but I do have two hints:
1. You probably want to use a UTF charset, UTF-16 for the French/German 2. If you can get a native German/French speaker to edit the translations, it will help a lot with idiom, grammar, and even wrong words. |
![]() |
| Tags |
| language |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Use this language? | alexgeek | Other Programming Languages | 35 | Sep 20th, 2007 21:10 |
| Seeking Advice for Multi-Language website design | jssaggu | Scripts and Online Services | 0 | Jun 1st, 2007 20:44 |
| change language of my website | bean_2k1 | Other Programming Languages | 2 | Jan 5th, 2007 05:14 |
| Language Conversion | jpvsd | Other Programming Languages | 0 | Jun 15th, 2006 17:42 |
| Is ASP the ideal Language? | RVFmal | Classic ASP | 3 | Jun 30th, 2005 08:51 |