Php Page Language translation
i am developing a php application which run on offline mode mean not connect with internet,
i want to convert my page language in different languages to facilitat开发者_StackOverflow社区e user,
is there any way to do it without using online api's??
kindly help me to solve this problem.
You need to manually convert all strings by using Google Translate and then create the language files to be used by your offline PHP scripts.
There is unlikely to be a piece of free software that will come anywhere near what Google Translate has to offer.
You will need to define what languages you need, and look/ask for translation programs for those languages. Be prepared to be spending some serious money on this, though: I don't know of any free programs that can really translate text.
Either that, or get an Internet connection for that server after all, and use Google Translate. It's probably the cheapest way.
精彩评论