language for website

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 10th, 2007, 18:50
New Member
Join Date: Jan 2007
Location: canada
Age: 31
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question language for website

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
Reply With Quote

  #2 (permalink)  
Old Jan 10th, 2007, 20:09
Reputable Member
Join Date: May 2006
Location: Northampton, UK
Posts: 399
Thanks: 0
Thanked 0 Times in 0 Posts
Re: language for website

Do you mean french and german translations of all of your pages?
Reply With Quote
  #3 (permalink)  
Old Jan 10th, 2007, 20:10
New Member
Join Date: Jan 2007
Location: canada
Age: 31
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: language for website

hi thanks for the reply yes thanks
Reply With Quote
  #4 (permalink)  
Old Jan 11th, 2007, 01:31
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: language for website

I see you're from Canada, so French makes sense. Why German? A lot of times you can rely on Google to translate pages for you. It's not perfect, but you don't have to install anything as it's all built-in to Google.
Reply With Quote
  #5 (permalink)  
Old Jan 11th, 2007, 01:38
New Member
Join Date: Jan 2007
Location: canada
Age: 31
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question Re: language for website

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
Reply With Quote
  #6 (permalink)  
Old Jan 11th, 2007, 13:20
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7 (permalink)  
Old Jan 11th, 2007, 19:52
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
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.
Reply With Quote
  #8 (permalink)  
Old Jan 12th, 2007, 08:42
Junior Member
Join Date: Nov 2006
Location: London
Age: 22
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #9 (permalink)  
Old Jan 12th, 2007, 15:26
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Skype™ to ukgeoff
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!!!
Reply With Quote
  #10 (permalink)  
Old Jan 12th, 2007, 20:43
Junior Member
Join Date: Nov 2006
Location: London
Age: 22
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
Re: language for website

Quote:
Originally Posted by ukgeoff View Post
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!!!
Yes, i was not saying that you translate words by word, i mean sentances and paragraph's.

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.
Reply With Quote
  #11 (permalink)  
Old Jan 14th, 2007, 02:17
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: language for website

That just makes it a pain everytime you want to update the site...
Reply With Quote
  #12 (permalink)  
Old Jan 15th, 2007, 09:39
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
language

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 18:40.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43