I have authored a data field for Edge devices.
Problem 2:
I have created some application settings which can be set by Connect mobile app or GarminExpress PC software.
Also, I defined some labels and used in Data Fields.
Recently I want to localize it with S-Chinese.
What I have done is:
1. Modify Mainfest.xml for Language tag, adding eng and chs into that;
2. Create sub folder named resources-chs;
3. Create a strings.xml file under resources-chs;
4. Copy all items from english default resources into strings.xml.
I can see localized content from simulator. Both of configuration titles and DataFields labels work fine.
But after I publish my Data Fields onto CIQ platform and install my DataFields offcially, NO Chinese displayed on configurations titles also no Chinese in DataFields.
And when I export my app, I have already picked both English and Simplified Chinese.
Additionally,both Connect mobile App and Edge devices already set to Chinese.
And, I references Strings sample app, also tried use "resources.xml" as default resources file, or use "strings.xml" as default string resorces, both of them not works.
Any one knows what the magic on this area?
So many thanks for your helps.