as I know resx translations are not hold in memory but compiled into assembly as embedded . so they are accessed so fast this way. But they increase the app size the more languages you support. I am thinking to have translations on remote database and if user changes the language that he can download but I dont want to cache them into memory to access. it will increase my memory consumption. question is is there anyway to achieve this task?
↧