Javascript Language Translation
On a project I am working on, I need to enable language translation. Thinking about it, turned into something quite complicated. But then I found the Google Language API which allows developers to hook into the Google Languages services. So, I start a page – enabling UTF-8 character sets: < meta content=”text/html; charset=UTF-8″ http-equiv=”content-type”> And [...]