The internationalization settings in Android are simple and intuitive.
Set the text displayed on the interface, in the corresponding XML file, the displayed text is replaced with the ID of the resource file, you can update the text display form according to the locale.
650) this.width=650; "Src=" https://s4.51cto.com/wyfs02/M01/99/7D/wKioL1lI21vSfgdyAAJZxdgweKo192.png-wh_500x0-wm_ 3-wmp_4-s_427095138.png "title=" qq picture 20170620162342.png "alt=" Wkiol1li21vsfgdyaajzxdgweko192.png-wh_50 "/>
Several values in the left menu bar of the image are the internationalized documents of the corresponding locale;
The middle red box is the source of the text displayed on the right side of the page, representing the contents of an ID from the string file
This article is from the "Yuangushi" blog, make sure to keep this source http://cm0425.blog.51cto.com/10819451/1940242
Android Internationalization settings