[TIMOB-18570] i18n: Only en strings load on simulator
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2015-03-20T17:32:59.000+0000 |
Affected Version/s | Release 3.5.0, Release 4.0.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Tim Poulsen |
Assignee | Ingo Muschenetz |
Created | 2015-02-13T18:20:48.000+0000 |
Updated | 2017-03-21T18:54:02.000+0000 |
Description
Given an app using internationalized strings, and a simulator set to a non-English language, I would expect that i18n strings would be output in the configured language. Instead, the English strings are output.
The same app works as expected on the Android emulator, Android devices, and iOS devices.
This maybe a problem with the iOS simulator and not Titanium.
To reproduce:
1. Build the attached app for the iOS simulator. You'll get English values for the labels
2. Open the Settings app, tap General, tap Language & Region, tap iPhone Language, choose Espanol. Tap OK and confirm.
3. Re-open the i18n app. Note the status bar is in Spanish but the app's labels are English
Attachments
This appears to be a duplicate of TIMOB-17885, which is a bug in the simulator.
Closing ticket as duplicate.