BE.php 452 B

12345678910111213141516171819
  1. <?php
  2. return [
  3. "country" => "Belgium",
  4. "subdivisions" => [
  5. "BRU" => "Brussels Hoofdstedelijk Gewest",
  6. "VAN" => "Antwerpen",
  7. "VBR" => "Vlaams-Brabant",
  8. "VLG" => "Vlaams Gewest",
  9. "VLI" => "Limburg",
  10. "VOV" => "Oost-Vlaanderen",
  11. "VWV" => "West-Vlaanderen",
  12. "WAL" => "wallonne, Région",
  13. "WBR" => "Brabant wallon",
  14. "WHT" => "Hainaut",
  15. "WLG" => "Liège",
  16. "WLX" => "Luxembourg",
  17. "WNA" => "Namur"
  18. ]
  19. ];