Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-23577] Locale Key displayed instead of string in Windows Phone

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterSanchi Varma
AssigneeGary Mathews
Created2016-06-20T10:29:57.000+0000
Updated2016-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

Comments

  1. Sharif AbuDarda 2016-06-27

    Hello [~rmitro], [~jnaher], Please test this on Windows platform.

JSON Source