CC country codes


/ Published in: Ruby
Save to your folder(s)



Copy this code and paste it in your HTML
  1. countries = [
  2. ["", "Generic", ["1.0","2.0", "2.5"]],
  3. ["ar%2F", "Argentina", ["2.5"]],
  4. ["au%2F", "Australia", ["2.0","2.1"]],
  5. ["at%2F", "Austria", ["1.0","2.0"]],
  6. ["be%2F", "Belgium", ["2.0"]],
  7. ["br%2F", "Brazil", ["2.0", "2.5"]],
  8. ["bg%2F", "Bulgaria", ["2.5"]],
  9. ["ca%2F", "Canada", ["2.0","2.5"]],
  10. ["cl%2F", "Chile", ["2.0"]],
  11. ["hr%2F", "Croatia", ["2.0","2.5"]],
  12. ["hu%2F", "Hungary", ["2.5"]],
  13. ["fi%2F", "Finland", ["1.0"]],
  14. ["fr%2F", "France", ["2.0"]],
  15. ["de%2F", "Germany", ["2.0","2.5"]],
  16. ["il%2F", "Israel", ["1.0"]],
  17. ["it%2F", "Italy", ["2.0"]],
  18. ["jp%2F", "Japan", ["2.0", "2.1"]],
  19. ["kr%2F", "Korea", ["2.0"]],
  20. ["my%2F", "Malaysia", ["2.5"]],
  21. ["nl%2F", "Netherlands", ["1.0","2.0", "2.5"]],
  22. ["pl%2F", "Poland", ["2.0", "2.5"]],
  23. ["si%2F", "Slovenia", ["2.5"]],
  24. ["za%2F", "South Africa", ["2.0", "2.5"]],
  25. ["es%2F", "Spain", ["2.0","2.1", "2.5"]],
  26. ["se%2F", "Sweden", ["2.5"]],
  27. ["tw%2F", "Taiwan", ["2.0"]],
  28. ["uk%2F", "UK: England & Wales", ["2.0"]],
  29. ["scotland%2F", "UK: Scotland", ["2.5"]]
  30. ]
  31.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.