Description
On iOS and Android you can set the title for the following by setting titleid to the name of the string within the strings.xml file
* alertdialog
* button
* optiondialog
* tab
* window ([TIMOB-23454])
and set the text of a UI element using textid for
* label
var lbl = Ti.UI.createLabel({
color:'#999',
textid:'welcome_message'
});
Windows should also support this.
[docs](
http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization-section-29004892_Internationalization-Gettingalocalizedstring)
Steps to reproduce
Download the attached zip file
Build to a Windows device or emulator
Expected result
The label should contain text
Actual result
The label does not contain any text
https://github.com/appcelerator/titanium_mobile_windows/pull/724
Verified as fixed, tested support for titleid / textid for Label, Button, Tab, AlertDialog & OptionDialog. Tested on: Windows 10 Pro Windows Phone 10.0 (Microsoft Lumia 640 LTE) Appc Studio: 4.7.0.201606220541 Ti SDK: 5.4.0.v20160627224205 Appc NPM: 4.2.7-2 Appc Core: 5.4.0-20 Node: v4.4.4 *Closing Ticket.*