blackberry / BB10-Webworks-Packager

The BB10 WebWorks Packager bundles the App content with the BB10 WebWorks Framework to create a BAR to run on the BB10 Device (or simulator)
27 stars 18 forks source link

Localized text elements are incorrectly case sensitive #214

Open jamesjhedley opened 11 years ago

jamesjhedley commented 11 years ago

Currently, the following code will result in incorrectly stored locale information. The locale specified should NOT be case sensitive. Currently you would have to set xml:lang to the exact device value fr-FR which is incorrect. the locale tag should not be case sensitive.

<name xml:lang="FR-FR">API Smoke Test-FR</name>

ericpearson commented 11 years ago

fixed, can be closed