Need different language translation add-on buttons in the form of country flags as you see on many sites now. This one is for a oscommerce store but I dont think the code has to be much different. I would like the translated pages to appear as part of my website e.g. www.mydomain.com/german, www.mydomain.com/spanish etc. for seo purposes. Thanks!
This is kind of elaborate for a translator (look at the code) http://trevorcreech.com/blog/2006/04/27/translate-widget/ Or you can use google translate http://www.google.com/translate_t Then just download flag icons and apply the link to them. heres a collection of flag icons. http://www.famfamfam.com/lab/icons/flags/ Im working on the same thing right now. Hope this helps.
Yes, use neil ideas. Wrap it inside ifranme to arrange the result in seo form. Like : <?php switch ($flag){ case 'de': $url="mydomain.com/german"; $real_url="google_translate_real_service_url"; break; case 'sp': ....... ... } // put it in frame code .... ..... ..... ?>