require("tns-i18n")('ar');
require("./bundle-config");
var application = require("application");
application.start({ moduleName: "views/splash/splash" });`
In my splash screen I have 3 buttons , French, English, Arabic. When I tap on any buitton that language file should be load in application. How to solve this problem
I have following code in app.js
In my splash screen I have 3 buttons , French, English, Arabic. When I tap on any buitton that language file should be load in application. How to solve this problem
Like for english
require("tns-i18n")('en');