[TIMOB-19033] Windows: Global.String and i18n functions
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-20T22:57:59.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | Windows |
Labels | n/a |
Reporter | Kota Iguchi |
Assignee | Kota Iguchi |
Created | 2015-06-16T08:19:14.000+0000 |
Updated | 2017-03-16T21:55:17.000+0000 |
Description
Titanium has some global built-in functions such as
L()
and String.format
. The L()
macro is a short form for Ti.Locale.getString()
. String.format
formats strings according to the IEEE printf specification. Both of those functions often appears in Titanium demo apps such as KitchenSink.
FYI see [Internationalization](http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization) and [Global.String](http://docs.appcelerator.com/platform/latest/#!/api/Global.String-method-format)
https://github.com/appcelerator/titanium_mobile_windows/pull/299
Closing ticket as fixed.