Created
August 31, 2013 02:13
-
-
Save tleen/6395808 to your computer and use it in GitHub Desktop.
Javascript array of Canadian Provinces
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
['Alberta', 'British Columbia', 'Manitoba', 'New Brunswick', 'Newfoundland and Labrador', 'Northwest Territories', 'Nova Scotia', 'Nunavut', 'Ontario', 'Prince Edward Island', 'Quebec', 'Saskatchewan', 'Yukon Territory'] |
Android Arrays XML file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<array name="provinces_key">
<item>AB</item>
<item>BC</item>
<item>MB</item>
<item>NB</item>
<item>NL</item>
<item>NT</item>
<item>NS</item>
<item>NU</item>
<item>ON</item>
<item>PE</item>
<item>QC</item>
<item>SK</item>
<item>YT</item>
</array>
<array name="provinces_name">
<item>Alberta</item>
<item>British Columbia</item>
<item>Manitoba</item>
<item>New Brunswick</item>
<item>Newfoundland & Labrador</item>
<item>Northwest Territories</item>
<item>Nova Scotia</item>
<item>Nunavut</item>
<item>Ontario</item>
<item>Prince Edward Island</item>
<item>Quebec</item>
<item>Saskatchewan</item>
<item>Yukon Territories</item>
</array>
</resources>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{
"AB": "Alberta",
"BC": "British Columbia",
"MB": "Manitoba",
"NB": "New Brunswick",
"NL": "Newfoundland and Labrador",
"NT": "Northwest Territories",
"NS": "Nova Scotia",
"NU": "Nunavut",
"ON": "Ontario",
"PE": "Prince Edward Island",
"QC": "Quebec",
"SK": "Saskatchewan",
"YT": "Yukon Territory"
}