LaysenseAuth/vendor/workerman/validation/data/iso_3166-2/BE.php

20 lines
452 B
PHP
Raw Normal View History

2024-08-09 19:46:39 +05:30
<?php
return [
"country" => "Belgium",
"subdivisions" => [
"BRU" => "Brussels Hoofdstedelijk Gewest",
"VAN" => "Antwerpen",
"VBR" => "Vlaams-Brabant",
"VLG" => "Vlaams Gewest",
"VLI" => "Limburg",
"VOV" => "Oost-Vlaanderen",
"VWV" => "West-Vlaanderen",
"WAL" => "wallonne, Région",
"WBR" => "Brabant wallon",
"WHT" => "Hainaut",
"WLG" => "Liège",
"WLX" => "Luxembourg",
"WNA" => "Namur"
]
];