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 facilitate 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.