How to change language of the app

Hi, I am building fuse application that contains api calls goes with 2 languages english and french I save these options in FileSystem and check on the language before the app runs, now I need to know how to re-fire the function in my main page to re run again and retrieve the data with the new language I have set.

Hi Heavenchains,

while the thread title stands “how to change language of the app”, it’s incredibly hard to understand what it is that you’re actually asking.

You change the language of app by means of localisation, however you find applicable. If you have a function that writes stuff to local storage, and you seem to know how to run it, then I guess you should know how to write (and call) a function that reads from there.

So, again, what was the question?