Reputation: 41
I am new developer with cordova so i want to know that cordova 3.4 has a plugin of translate language or not? Please tell me if someone know. Thank you in advance.
Upvotes: 0
Views: 957
Reputation: 23883
You can, but you need to create a custom cordova plugin. You can try these 2.
Solution 1
Custom cordova plugin
iOS: Phonegap jsCallback in Objective C
android: how to communicate an android activity with javascript code and vise versa in phonegap android?
Solution 2
Using sessionStorage and web service. You need to set multiple language setting in your database. User can select their language when their trigger from client side, send request to the server and get the response in a set of language then inject into sessionStorage. Done.
Upvotes: 1