PDA

View Full Version : Different Language


Bobba Buoy
01-01-2007, 08:52 AM
What are the things to know regarding ensuring that a web site can be viewed in multiple languages (ie: Spanish)

BonRouge
01-01-2007, 11:00 AM
I think your best bet is to use utf-8...

Or are you looking for translation services, or...

(Hmmm... do you ever answer a post and then wish you hadn't?)

Are you going to have the same content in many languages? You could do that a few ways, I suppose. You could simply use different directories. Or you could use php to output the right language.