And a new locales folder is created containing separate sub-folders for each locale。they are locales/en|ko|zh|zh-CN...
I modifed a index.html in folder "locales/zh" and made some letters in chinese.After then,I ran my app in my real device which has been changed "Language and region" to chinese configuration.But the index.html running was not the file which in my expect folder "locales/zh" but the default file in the root path of app.
I was confused.It can't choose the right file according to "Language and region" in dynamic,is it ?
I can't fully understand the meaning of "Localizing Widgets". what's the meaning of " The sub-folders contain a copy of the selected files. Use that copy to create a localized version of the file" in help. I suppose it means according to the different region to build the different version of app?It can't build just one for all regions by which one the app will choose the right file by real circumstance.If my think is right,how to build a version for a specified region.For example,I want to build a app for chinese,what should i do ?