[TIMOB-6108] Android: Controls: Rhino Only: Change locale in Date Picker does not work
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2013-08-01T21:01:51.000+0000 |
Affected Version/s | Release 1.8.0, Release 2.1.2 |
Fix Version/s | n/a |
Components | Android |
Labels | api, qe-and082012 |
Reporter | Allen Yeung |
Assignee | Ingo Muschenetz |
Created | 2011-11-08T12:40:22.000+0000 |
Updated | 2017-03-22T17:25:15.000+0000 |
Description
In KS, go to Controls > Picker > Date Picker. Click on the 'change locale' button, and nothing happens.
After some research, I found out that it is difficult to implement locale for DatePicker. It can be done with DatePickerDialog, but not DatePicker. One way to do it using the current implementation of DatePicker is to change system Locale, but even that only affect the format, not the language. This is probably an internal issue with android. Currently, we would need to re-implement the widget if we want to include this feature.
This was also present in 1_7_X, and it looks like we won't be able to change the locale for a date picker without re-implementing the entire control. Marking as tbs-1.9.0 for now.
I think this can be closed and the information in the comments moved to the linked ticket.
Occurs on: Titanium Studio, build: 2.1.2.201208201549 SDK version: 2.1.2.v20120821160113 Devices: Motorola Droid (2.2.3) Asus Nexus7 (4.1)
This issue also exists on: SDK: 2.1.3.v20120915120319 Studio:2.1.2.201208301612 Devices: Samsung galaxy tab(v 3.2), Samsung galaxy note(v 2.3.6)
Issue is reproducible. Android runtime used: V8 Environment used: Device: Samsung Galaxy Note, Android version: 2.3.6 SDK: 3.1.2.v20130725180746 CLI version : 3.1.1 OS : MAC OSX 10.7.5 Appcelerator Studio, build: 3.1.2.201307161206 XCode : 4.5.1
Closing ticket as the issue will not fix and with reference to the above comments.