Tagged Questions
1
vote
1answer
190 views
Multilingual Support on a PHP Website
I have a very basic PHP website that is currently setup for two languages like so:
lang.en.php - English strings
lang.es.php - Espanol strings
en/ - folder with PHP pages (PHP first processes the ...
3
votes
5answers
257 views
SEO problems with multilanguage site [duplicate]
Possible Duplicate:
How can I get search engines to crawl my site and see a localised view of my data?
I have recently started a CMS project in PHP, the site will be multilingual. ...