[TIMOB-20315] Windows: Support for Localization / i18n
| GitHub Issue | n/a |
|---|---|
| Type | Epic |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2016-03-09T00:37:30.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.3.0 |
| Components | Windows |
| Labels | n/a |
| Reporter | Leor Brenman |
| Assignee | Kota Iguchi |
| Created | 2016-02-02T16:16:56.000+0000 |
| Updated | 2016-05-18T22:08:40.000+0000 |
Description
Add support for Localization for Windows Phone
Seems we already support, just not documented: https://github.com/appcelerator/titanium_mobile_windows/search?q=i18n
Do you have any details on i18n support? We should probably write up what we have and identify what's missing...
We already implements Titanium i18n strings.xml with
Ti.Localelike described [here](http://docs.appcelerator.com/platform/latest/#!/guide/Internationalization).<?xml version="1.0" encoding="UTF-8"?> <resources> <string name="welcome_message">Welcome to Kitchen Sink for Titanium</string> </resources>Ti.Locale.getString('welcome_message');[~kota] Including the
L()shorthand I assume? Do we also support localising app names? How about localized date/currency/decimal/telephonenumber formatting?Good point. I'll reopen this ticket and see if it's implemented.
Changed this ticket to "Epic", because I think we'll need to break down this item into: - Support for localization of application name - Implement missing Ti.Locale properties - Implement missing Ti.Locale functions etc. I'll create corresponding ticket for that.
Verified as fixed, all issues within this Epic have been resolved and closed. *Closing Ticket.*