Change texts from server

Hi,

I have a question about changing text and labels from a webserver. I need the user to be able to modify texts (titles, alert messages, …) from the server, and the Ionic app should be able to retrieve that data, and modify the corresponding elements. I know how to get the labels, but I don’t know the best way to store the data, and display new values.

I could use i18n, this works well for static data, but not for dynamically changed text, right ?

Thanks :slight_smile: