[TIMOB-5696] MobileWeb: Implement locale-dependent functions
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-01-11T23:14:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Chris Barber |
Created | 2011-06-24T05:17:02.000+0000 |
Updated | 2014-02-04T01:09:19.000+0000 |
Description
For now I've hardcoded currentLocale to "en". This is enough to make Ti.Locale.getString working
To have the rest of Locale functions working we need to have following information inside SDK:
for every locale - language, country, phone number format, currency code, currency symbol, locale currentcy symbol, date format, time format, money separator, decimal separator
Covered by TIMOB-7121.