Can localization resources be downloaded in runtime?

后端 未结 3 871
傲寒
傲寒 2021-01-02 15:48

I have application with internet access and don\'t want to store many string.xml files for different languages.

What I want:

  1. Application c
3条回答
  •  梦毁少年i
    2021-01-02 16:44

    Overriding the standered resource/language using resource files which are complied time then your scarifying performance over customization. Do it only if u need this.

提交回复
热议问题