0
I have an application made in HTML, CSS and Javascript using Apache Cordova, it has support in English and Portuguese, but how do I change the content of all of its pages when the person selects English or Portuguese in a settings page?
0
I have an application made in HTML, CSS and Javascript using Apache Cordova, it has support in English and Portuguese, but how do I change the content of all of its pages when the person selects English or Portuguese in a settings page?
1
You can identify the user language of your application using the Plugin Globalization
After identifying the language that is on your user’s device, you direct it to the right page according to the language it uses, or change the entire language of the application with javascript. ( It is your choice )
Browser other questions tagged javascript html css apache-cordova
You are not signed in. Login or sign up in order to post.