You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mike Billau (JIRA)" <ji...@apache.org> on 2014/09/10 20:19:35 UTC

[jira] [Resolved] (CB-6490) getLocaleName does not return consistent results depending on the platform

     [ https://issues.apache.org/jira/browse/CB-6490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Billau resolved CB-6490.
-----------------------------
       Resolution: Fixed
    Fix Version/s: 3.6.0
         Assignee: Mike Billau  (was: Jesse MacFadyen)

> getLocaleName does not return consistent results depending on the platform
> --------------------------------------------------------------------------
>
>                 Key: CB-6490
>                 URL: https://issues.apache.org/jira/browse/CB-6490
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin Globalization, WP8
>         Environment: Windows Phone 8
>            Reporter: Pascale Dardailler
>            Assignee: Mike Billau
>             Fix For: 3.6.0
>
>
> getLocaleName does not return consistent results depending on the platform.
> The documentation should be changed to state that it should return a BCP 47 representation of Unicode locale identifier (see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier - section "3.3.1 BCP 47 tag conversion") to identify the culture  of the user, and disambiguate the region as a place.
> Implementation should be changed accordingly. 
> WindowsPhone 8 implementation is incorrect. Returning country code is not enough. It should use CultureInfo.CurrentCulture.Name.
> Android and iOS should use "dashes" instead of  "underscores".



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)