HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/Eurotools/euro-tools.nl/app/KommaApp/EUCountries.php
<?php


namespace App\KommaApp;


class EUCountries
{
    const DATA = [
        'Austria' => [
            'native' => 'Österreich',
            'iso_code' => 'AT'
        ],
        'Belgium' => [
            'native' => 'België',
            'iso_code' => 'BE'
        ],
        'Bulgaria' => [
            'native' => 'България',
            'iso_code' => 'BG'
        ],
        'Croatia' => [
            'native' => 'Hrvatska',
            'iso_code' => 'HR'
        ],
        'Cyprus' => [
            'native' => 'Κύπρος',
            'iso_code' => 'CY'
        ],
        'Czech Republic' => [
            'native' => 'Česká republika',
            'iso_code' => 'CZ'
        ],
        'Denmark' => [
            'native' => 'Danmark',
            'iso_code' => 'DK'
        ],
        'Estonia' => [
            'native' => 'Eesti',
            'iso_code' => 'EE'
        ],
        'Finland' => [
            'native' => 'Suomi',
            'iso_code' => 'FI'
        ],
        'France' => [
            'native' => 'France',
            'iso_code' => 'FR'
        ],
        'Germany' => [
            'native' => 'Deutschland',
            'iso_code' => 'DE'
        ],
        'Greece' => [
            'native' => 'Ελλάδα',
            'iso_code' => 'GR'
        ],
        'Hungary' => [
            'native' => 'Magyarország',
            'iso_code' => 'HU'
        ],
        'Ireland' => [
            'native' => 'Éireann',
            'iso_code' => 'IE'
        ],
        'Italy' => [
            'native' => 'Italia',
            'iso_code' => 'IT'
        ],
        'Latvia' => [
            'native' => 'Latvija',
            'iso_code' => 'LV'
        ],
        'Lithuania' => [
            'native' => 'Литва',
            'iso_code' => 'LT'
        ],
        'Luxembourg' => [
            'native' => 'Lëtzebuerg',
            'iso_code' => 'LU'
        ],
        'Malta' => [
            'native' => 'Malta',
            'iso_code' => 'MT'
        ],
        'Netherlands' => [
            'native' => 'Nederland',
            'iso_code' => 'NL'
        ],
        'Poland' => [
            'native' => 'Polska',
            'iso_code' => 'PL'
        ],
        'Portugal' => [
            'native' => 'Portugal',
            'iso_code' => 'PT'
        ],
        'Romania' => [
            'native' => 'Romania',
            'iso_code' => 'RO'
        ],
        'Slovak Republic' => [
            'native' => 'Slovenská Republika',
            'iso_code' => 'SK'
        ],
        'Slovenia' => [
            'native' => 'Slovenija',
            'iso_code' => 'SI'
        ],
        'Spain' => [
            'native' => 'España',
            'iso_code' => 'ES'
        ],
        'Sweden' => [
            'native' => 'Sverige',
            'iso_code' => 'SE'
        ],
        'United Kingdom' => [
            'native' => 'United Kingdom',
            'iso_code' => 'GB'
        ],
    ];
}