Is it possible to get language resource files from web service and use them in apps at run time based on local?
The benefit is that strings can be changed anytime on web and reflect in apps without the need of publishing the app again.
Or even is it possible to use resource files from storage without adding them in assembly?
If anybody has tried such a solution, I request the suggestions.