paypal / Illuminator

iOS Automator
Apache License 2.0
38 stars 27 forks source link

Enable UIATarget to tell you its language and locale settings #85

Closed ianfixes closed 9 years ago

ianfixes commented 9 years ago

In combination with #83, this patch gives the javascript environment access to the sim's language and locale. They can be accessed directly from config. targetDeviceLanguage and config. targetDeviceLocale.

However, the sensible way to access them is via the new methods on UIATarget: target().language() and target().locale().