d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Multilingual Support
Add Reply New Topic New Poll
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Jul 22 2014 01:00am
Does anyone know a good way to implement multilingual support on a website? I feel pretty oblivious about how it actually works.

I was lookin around the interwebz and noticed a few different translation APIs available in PHP. Is there an easier way to go about it or would using one of these APIs be the way to go?

LMK! ^_^
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Jul 22 2014 01:13am
I've never done much investigation. the only strategy i've ever used is putting all front-end strings in an xml file, then swapping xml files per language. or letting users customize their own xml file. of course, it doesn't help for multi-cultural sites, eg reading right to left, customizing navigation menus, etc.

not sure i'd trust a translation API. not if you have actual paying customers using it, anyway. if you're gonna use some automated service, might as well use the xml strategy and run a file through the API instead of using the API on the fly every time.

This post was edited by carteblanche on Jul 22 2014 01:22am
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll