Hello,
I need to fetch new words or language-libs from a server (JSON) and save/update them locally on the device. I was wondering what the best way would be to do this. Since the current localization support in Xamarin uses embedded resources, I need to save these values somewhere else.
What do you guys think would be the best, to use App-settings or maybe a SQLite db? Or is there another (more simple) way. Would it be possible to save the JSON from the server and read straight from this?