[TIMOB-23577] Locale Key displayed instead of string in Windows Phone
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Sanchi Varma |
| Assignee | Gary Mathews |
| Created | 2016-06-20T10:29:57.000+0000 |
| Updated | 2016-06-29T23:22:20.000+0000 |
Description
I have the following locale strings file :
+Appcelerator_Studio_Workspace\MyProj\app\i18n\en\strings.xml+
<resources>
<string name="basic.title">TEST TITLE</string>
<string name="basic.description">Test - The Description</string>
</resources>
When I build it into a Windows Phone (Lumia 540/Lumia Denim)
The text shown on the interface is the key , i.e. >> *basic.title* & *basic.description*
Instead of the text these keys represent, i.e. TEST TITLE and Test - The Description
>> It seems it takes the "." operator as folder separator and looks for the folders before the "." operator.
>> Please confirm if it is possible to use "." operator in keys to display the required text using required hierarchy, say for example :
<resources>
<string name="basic.title">TEST TITLE</string>
<string name="basic.description">Test - The Description</string>
<string name="basic.text.1">Test - The Description</string>
<string name="basic.text.2">Test - The Description</string>
</resources>
>> And if YES, then how to use it for Windows Phone
Hello [~rmitro], [~jnaher], Please test this on Windows platform.