Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-20315] Windows: Support for Localization / i18n

GitHub Issuen/a
TypeEpic
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2016-03-09T00:37:30.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.3.0
ComponentsWindows
Labelsn/a
ReporterLeor Brenman
AssigneeKota Iguchi
Created2016-02-02T16:16:56.000+0000
Updated2016-05-18T22:08:40.000+0000

Description

Add support for Localization for Windows Phone

Comments

  1. Fokke Zandbergen 2016-02-03

    Seems we already support, just not documented: https://github.com/appcelerator/titanium_mobile_windows/search?q=i18n
  2. Christopher Williams 2016-02-03

    Do you have any details on i18n support? We should probably write up what we have and identify what's missing...
  3. Kota Iguchi 2016-02-26

    We already implements Titanium i18n strings.xml with Ti.Locale like 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');
       
  4. Fokke Zandbergen 2016-02-26

    [~kota] Including the L() shorthand I assume? Do we also support localising app names? How about localized date/currency/decimal/telephonenumber formatting?
  5. Kota Iguchi 2016-02-26

    Good point. I'll reopen this ticket and see if it's implemented.
  6. Kota Iguchi 2016-02-29

    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.
  7. Harry Bryant 2016-05-18

    Verified as fixed, all issues within this Epic have been resolved and closed. *Closing Ticket.*

JSON Source