{"id":120712,"date":"2019-07-09T07:23:54","date_gmt":"2019-07-09T07:23:54","guid":{"rendered":"https:\/\/urgentvertalen.nl\/languages\/"},"modified":"2026-01-08T10:19:35","modified_gmt":"2026-01-08T10:19:35","slug":"languages","status":"publish","type":"page","link":"https:\/\/urgentvertalen.nl\/en\/languages\/","title":{"rendered":"Translations in all languages"},"content":{"rendered":"<div id=\"\" class=\"brxe-container countrysearch\">\r\n\t\t\t<div id=\"brxe-kzppbb\" class=\"brxe-block form-block-top form-block-modify\">\r\n\t\t\t\t<form autocomplete=\"off\" action=\"\/aanvragen\">\r\n\t\t\t\t\t<div id=\"brxe-ijsqyo\" class=\"brxe-block\">\r\n\t\t\t\t\t\t<div id=\"brxe-qxitzy\" class=\"brxe-block\">\r\n\t\t\t\t\t\t\t<svg class=\"brxe-svg\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"15\" height=\"24\" viewBox=\"0 0 15 24\" fill=\"none\">\r\n\t\t\t\t\t\t\t\t<path d=\"M7.4152 0.837494C3.32641 0.837494 0 4.31332 0 8.58526C0 12.6974 6.72794 22.3047 7.01441 22.7115L7.28177 23.0917C7.31303 23.1364 7.36282 23.1625 7.4152 23.1625C7.46839 23.1625 7.51786 23.1364 7.54945 23.0917L7.81664 22.7115C8.10327 22.3047 14.8311 12.6974 14.8311 8.58526C14.8311 4.31332 11.5041 0.837494 7.4152 0.837494ZM7.4152 5.81002C8.88023 5.81002 10.0715 7.05471 10.0715 8.58526C10.0715 10.115 8.88017 11.3605 7.4152 11.3605C5.95104 11.3605 4.75888 10.115 4.75888 8.58526C4.75888 7.05471 5.95099 5.81002 7.4152 5.81002Z\"\r\n\t\t\t\t\t\t\t\tfill=\"#000F08\" fill-opacity=\"0.6\"><\/path>\r\n\t\t\t\t\t\t\t<\/svg>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<div id=\"brxe-epoxkr\" class=\"brxe-block\">\r\n\t\t\t\t\t\t\t<input id=\"search\" type=\"text\" name=\"country\" value=\"\" placeholder=\"Land van bestemming documenten\" class=\"input-text ng-scope ss-ac-visible\" maxlength=\"128\" role=\"combobox\" aria-haspopup=\"false\" aria-autocomplete=\"both\" autocomplete=\"off\" aria-expanded=\"false\" ss-nav-input=\"\" ng-non-bindable=\"\" spellcheck=\"false\" required>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"brxe-azbzfk\" class=\"brxe-block\"><input type=\"submit\" value=\"Start uw vertaling\"><\/div>\r\n\t\t\t\t<\/form>\r\n\t\t\t<\/div>\r\n\t\t<\/div><script>function autocomplete(inp, arr) {\r\n\t\tvar currentFocus;\r\n\t\tinp.addEventListener(\"input\", function(e) {\r\n\t\t\tvar a, b, i, val = this.value;\r\n\t\t\tcloseAllLists();\r\n\t\t\tif (!val) { return false;}\r\n\t\t\tcurrentFocus = -1;\r\n\t\t\ta = document.createElement(\"DIV\");\r\n\t\t\ta.setAttribute(\"id\", this.id + \"autocomplete-list\");\r\n\t\t\ta.setAttribute(\"class\", \"autocomplete-items\");\r\n\t\t\tthis.parentNode.appendChild(a);\r\n\t\t\tfor (i = 0; i < arr.length; i++) {\r\n\t\t\t\tif (arr[i].substr(0, val.length).toUpperCase() == val.toUpperCase()) {\r\n\t\t\t\t\tb = document.createElement(\"DIV\");\r\n\t\t\t\t\tb.innerHTML = \"<strong>\" + arr[i].substr(0, val.length) + \"<\/strong>\";\r\n\t\t\t\t\tb.innerHTML += arr[i].substr(val.length);\r\n\t\t\t\t\tb.innerHTML += \"<input type='hidden' value='\" + arr[i] + \"'>\";\r\n\t\t\t\t\tb.addEventListener(\"click\", function(e) {\r\n\t\t\t\t\t\tinp.value = this.getElementsByTagName(\"input\")[0].value;\r\n\t\t\t\t\t\tcloseAllLists();\r\n\t\t\t\t\t});\r\n\t\t\t\t\ta.appendChild(b);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t});\r\n\t\tinp.addEventListener(\"keydown\", function(e) {\r\n\t\t\tvar x = document.getElementById(this.id + \"autocomplete-list\");\r\n\t\t\tif (x) x = x.getElementsByTagName(\"div\");\r\n\t\t\tif (e.keyCode == 40) {\r\n\t\t\t\tcurrentFocus++;\r\n\t\t\t\taddActive(x);\r\n\t\t\t} else if (e.keyCode == 38) { \/\/up\r\n\t\t\t\tcurrentFocus--;\r\n\t\t\t\taddActive(x);\r\n\t\t\t} else if (e.keyCode == 13) {\r\n\t\t\t\te.preventDefault();\r\n\t\t\t\tif (currentFocus > -1) {\r\n\t\t\t\t\tif (x) x[currentFocus].click();\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t});\r\n\t\tfunction addActive(x) {\r\n\t\t\tif (!x) return false;\r\n\t\t\tremoveActive(x);\r\n\t\t\tif (currentFocus >= x.length) currentFocus = 0;\r\n\t\t\tif (currentFocus < 0) currentFocus = (x.length - 1);\r\n\t\t\tx[currentFocus].classList.add(\"autocomplete-active\");\r\n\t\t}\r\n\t\tfunction removeActive(x) {\r\n\t\t\tfor (var i = 0; i < x.length; i++) {\r\n\t\t\t\tx[i].classList.remove(\"autocomplete-active\");\r\n\t\t\t}\r\n\t\t}\r\n\t\tfunction closeAllLists(elmnt) {\r\n\t\t\tvar x = document.getElementsByClassName(\"autocomplete-items\");\r\n\t\t\tfor (var i = 0; i < x.length; i++) {\r\n\t\t\t\tif (elmnt != x[i] && elmnt != inp) {\r\n\t\t\t\t\tx[i].parentNode.removeChild(x[i]);\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t}\r\n\t\tdocument.addEventListener(\"click\", function (e) {\r\n\t\t\tcloseAllLists(e.target);\r\n\t\t});\r\n\t}var countries = [\"Afghanistan\",\"Albania\",\"Algeria\",\"Andorra\",\"Angola\",\"Anguilla\",\"Antigua & Barbuda\",\"Argentina\",\"Armenia\",\"Aruba\",\"Australia\",\"Austria\",\"Azerbaijan\",\"Bahamas\",\"Bahrain\",\"Bangladesh\",\"Barbados\",\"Belarus\",\"Belgium\",\"Belize\",\"Benin\",\"Bermuda\",\"Bhutan\",\"Bolivia\",\"Bosnia & Herzegovina\",\"Botswana\",\"Brazil\",\"British Virgin Islands\",\"Brunei\",\"Bulgaria\",\"Burkina Faso\",\"Burundi\",\"Cambodia\",\"Cameroon\",\"Canada\",\"Cape Verde\",\"Cayman Islands\",\"Central Arfrican Republic\",\"Chad\",\"Chile\",\"China\",\"Colombia\",\"Congo\",\"Cook Islands\",\"Costa Rica\",\"Cote D Ivoire\",\"Croatia\",\"Cuba\",\"Curacao\",\"Cyprus\",\"Czech Republic\",\"Denmark\",\"Djibouti\",\"Dominica\",\"Dominican Republic\",\"Ecuador\",\"Egypt\",\"El Salvador\",\"Equatorial Guinea\",\"Eritrea\",\"Estonia\",\"Ethiopia\",\"Falkland Islands\",\"Faroe Islands\",\"Fiji\",\"Finland\",\"France\",\"French Polynesia\",\"French West Indies\",\"Gabon\",\"Gambia\",\"Georgia\",\"Germany\",\"Ghana\",\"Gibraltar\",\"Greece\",\"Greenland\",\"Grenada\",\"Guam\",\"Guatemala\",\"Guernsey\",\"Guinea\",\"Guinea Bissau\",\"Guyana\",\"Haiti\",\"Honduras\",\"Hong Kong\",\"Hungary\",\"Iceland\",\"India\",\"Indonesia\",\"Iran\",\"Iraq\",\"Ireland\",\"Isle of Man\",\"Israel\",\"Italy\",\"Jamaica\",\"Japan\",\"Jersey\",\"Jordan\",\"Kazakhstan\",\"Kenya\",\"Kiribati\",\"Kosovo\",\"Kuwait\",\"Kyrgyzstan\",\"Laos\",\"Latvia\",\"Lebanon\",\"Lesotho\",\"Liberia\",\"Libya\",\"Liechtenstein\",\"Lithuania\",\"Luxembourg\",\"Macau\",\"Macedonia\",\"Madagascar\",\"Malawi\",\"Malaysia\",\"Maldives\",\"Mali\",\"Malta\",\"Marshall Islands\",\"Mauritania\",\"Mauritius\",\"Mexico\",\"Micronesia\",\"Moldova\",\"Monaco\",\"Mongolia\",\"Montenegro\",\"Montserrat\",\"Morocco\",\"Mozambique\",\"Myanmar\",\"Namibia\",\"Nauro\",\"Nepal\",\"Netherlands\",\"Netherlands Antilles\",\"New Caledonia\",\"New Zealand\",\"Nicaragua\",\"Niger\",\"Nigeria\",\"North Korea\",\"Norway\",\"Oman\",\"Pakistan\",\"Palau\",\"Palestine\",\"Panama\",\"Papua New Guinea\",\"Paraguay\",\"Peru\",\"Philippines\",\"Poland\",\"Portugal\",\"Puerto Rico\",\"Qatar\",\"Reunion\",\"Romania\",\"Russia\",\"Rwanda\",\"Saint Pierre & Miquelon\",\"Samoa\",\"San Marino\",\"Sao Tome and Principe\",\"Saudi Arabia\",\"Senegal\",\"Serbia\",\"Seychelles\",\"Sierra Leone\",\"Singapore\",\"Slovakia\",\"Slovenia\",\"Solomon Islands\",\"Somalia\",\"South Africa\",\"South Korea\",\"South Sudan\",\"Spain\",\"Sri Lanka\",\"St Kitts & Nevis\",\"St Lucia\",\"St Vincent\",\"Sudan\",\"Suriname\",\"Swaziland\",\"Sweden\",\"Switzerland\",\"Syria\",\"Taiwan\",\"Tajikistan\",\"Tanzania\",\"Thailand\",\"Timor L'Este\",\"Togo\",\"Tonga\",\"Trinidad & Tobago\",\"Tunisia\",\"Turkey\",\"Turkmenistan\",\"Turks & Caicos\",\"Tuvalu\",\"Uganda\",\"Ukraine\",\"United Arab Emirates\",\"United Kingdom\",\"United States of America\",\"Uruguay\",\"Uzbekistan\",\"Vanuatu\",\"Vatican City\",\"Venezuela\",\"Vietnam\",\"Virgin Islands (US)\",\"Yemen\",\"Zambia\",\"Zimbabwe\"];autocomplete(document.getElementById(\"search\"), countries);<\/script><style>\r\n\t\t\t.autocomplete-items {\r\n\t\t\t\tposition: absolute;\r\n\t\t\t\tborder: 1px solid #d4d4d4;\r\n\t\t\t\tborder-bottom: none;\r\n\t\t\t\tborder-top: none;\r\n\t\t\t\tz-index: 99;\r\n\t\t\t\ttop: 100%;\r\n\t\t\t\tleft: 0;\r\n\t\t\t\tright: 0;\r\n\t\t\t}\r\n\t\t\t.autocomplete-items div {\r\n\t\t\t\tpadding: 10px;\r\n\t\t\t\tcursor: pointer;\r\n\t\t\t\tbackground-color: #fff; \r\n\t\t\t\tborder-bottom: 1px solid #d4d4d4; \r\n\t\t\t}\r\n\t\t\t.autocomplete-items div:hover {\r\n\t\t\t\tbackground-color: #e9e9e9; \r\n\t\t\t}\r\n\t\t\t.autocomplete-active {\r\n\t\t\t\tbackground-color: DodgerBlue !important; \r\n\t\t\t\tcolor: #ffffff; \r\n\t\t\t}\r\n\t\t\t.form-block-top {\r\n\t\t\t\tbackground: #ffe0c5;\r\n\t\t\t}\r\n\t\t\t.countrysearch .form-block-top form {\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\tflex-direction: row;\r\n\t\t\t\tbackground-color: #0000;\r\n\t\t\t\tborder-radius: 5px;\r\n\t\t\t\talign-self: center;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tgap: 9px;\r\n\t\t\t\tmargin: 0;\r\n\t\t\t}\r\n\t\t\t.countrysearch .form-block-top form input#search {\r\n\t\t\t\tline-height: 27px;\r\n\t\t\t\tborder: 0;\r\n\t\t\t\tfont-weight: 300;\r\n\t\t\t\tpadding: 0;\r\n\t\t\t}\r\n\t\t\t.countrysearch .form-block-top form input[type=\"submit\"] {\r\n\t\t\t\tbackground-color: #ff7905;\r\n\t\t\t\tcolor: #fff;\r\n\t\t\t\tfont-weight: 600;\r\n\t\t\t\tletter-spacing: -0.2px;\r\n\t\t\t\tborder-radius: 5px;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tpadding-right: 20px;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tpadding-left: 20px;\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tgap: 10px;\r\n\t\t\t\tjustify-content: center;\r\n\t\t\t\tborder: 0;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\twidth: 100%;\r\n\t\t\t\ttext-align: center;\r\n\t\t\t\tfont-size: 16px;\r\n\t\t\t\tline-height: 27.2px;\r\n\t\t\t\ttext-wrap: wrap;\r\n\t\t\t}\r\n\t\t\t.countrysearch .form-block-top form input#search::placeholder {\r\n\t\t\t\tcolor: #808080;\r\n\t\t\t}\r\n\t\t\t.countrysearch .form-block-top form input#search:focus {\r\n\t\t\t\toutline: 0;\r\n\t\t\t}\r\n\t\t\t.countrysearch #brxe-ijsqyo {\r\n\t\t\t\tposition: relative;\r\n\t\t\t\twidth: 88%;\r\n\t\t\t\tflex-direction: row;\r\n\t\t\t\tbackground-color: #fff;\r\n\t\t\t\tborder-radius: 5px;\r\n\t\t\t\talign-self: center !important;\r\n\t\t\t\talign-items: center;\r\n\t\t\t\tpadding-top: 10px;\r\n\t\t\t\tpadding-right: 16px;\r\n\t\t\t\tpadding-bottom: 10px;\r\n\t\t\t\tpadding-left: 16px;\r\n\t\t\t}\r\n\t\t\t#brxe-azbzfk {\r\n\t\t\t\twidth: 18%;\r\n\t\t\t\talign-items: flex-end;\r\n\t\t\t}\r\n\t\t\t#brxe-qxitzy {\r\n\t\t\t\twidth: 4%;\r\n\t\t\t}\r\n\t\t\t@media (max-width: 767px) {\r\n\t\t\t\t.countrysearch #brxe-ijsqyo {\r\n\t\t\t\t\tflex-direction: row;\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\t\t\t\t#brxe-azbzfk {\r\n\t\t\t\t\twidth: 100%;\r\n\t\t\t\t}\r\n\t\t\t\t#brxe-epoxkr {\r\n\t\t\t\t\twidth: 80%;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\r\n\t\t\t@media(max-width: 767px) {\r\n\t\t\t\t.countrysearch .form-block-top form {\r\n\t\t\t\t\tflex-direction: column;\r\n\t\t\t\t}\r\n\t\t\t\t.countrysearch #brxe-ijsqyo {\r\n\t\t\t\t\tgap: 5px;\r\n\t\t\t\t}\r\n\t\t\t}\r\n\t\t<\/style>\n<h1 class=\"wp-block-heading\">{post_title}<\/h1>ISO-gecertificeerd vertaalbureau Urgent Vertalen vertaalt offici\u00eble documenten, uitgevoerd door erkende be\u00ebdigde vertalers. Unieke volledige legalisatieservice mogelijk voor wereldwijd gebruik. Snel en voordelig.<h2 class=\"wp-block-heading\">View all the languages we translate<\/h2><figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"160\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Albanees-vertalen.png\" alt=\"\" class=\"wp-image-138173\" \/><\/figure>Albanees<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"318\" height=\"159\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bosnisch-vertalen.png\" alt=\"\" class=\"wp-image-138180\" srcset=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bosnisch-vertalen.png 318w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bosnisch-vertalen-300x150.png 300w\" sizes=\"auto, (max-width: 318px) 100vw, 318px\" \/><\/figure>Bosnisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Arabisch-vertalen.png\" alt=\"\" class=\"wp-image-138176\" \/><\/figure>Arabisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"266\" height=\"133\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Hongaars-vertalen.png\" alt=\"\" class=\"wp-image-138239\" \/><\/figure>Hongaars<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Grieks-vertalen.png\" alt=\"\" class=\"wp-image-138235\" \/><\/figure>Bosnisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"266\" height=\"178\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Frans-vertalen.png\" alt=\"\" class=\"wp-image-138231\" \/><\/figure>Frans<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"287\" height=\"175\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Fins-vertalen.png\" alt=\"\" class=\"wp-image-138227\" \/><\/figure>Fins vertalen<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"179\" height=\"170\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Farsi-vertalen.jpeg\" alt=\"\" class=\"wp-image-138223\" \/><\/figure>Farsi<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"186\" height=\"174\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Engels-vertalen.jpeg\" alt=\"\" class=\"wp-image-138219\" \/><\/figure>Engels<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"185\" height=\"174\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Duits-vertalen.jpeg\" alt=\"\" class=\"wp-image-138215\" \/><\/figure>Duits<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"204\" height=\"192\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Deens-vertalen.png\" alt=\"\" class=\"wp-image-138210\" \/><\/figure>Deens<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"247\" height=\"160\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Chinees-vertalen.png\" alt=\"\" class=\"wp-image-138206\" \/><\/figure>Chinees<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"532\" height=\"320\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bulgaars-vertalen.png\" alt=\"\" class=\"wp-image-138203\" srcset=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bulgaars-vertalen.png 532w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Bulgaars-vertalen-300x180.png 300w\" sizes=\"auto, (max-width: 532px) 100vw, 532px\" \/><\/figure>Bulgaars<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"263\" height=\"192\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Noorwegen.png\" alt=\"\" class=\"wp-image-139082\" \/><\/figure>Noors<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"318\" height=\"159\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Macedonisch.png\" alt=\"\" class=\"wp-image-139078\" srcset=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Macedonisch.png 318w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Macedonisch-300x150.png 300w\" sizes=\"auto, (max-width: 318px) 100vw, 318px\" \/><\/figure>Macedonisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"290\" height=\"174\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Litouwen-1.png\" alt=\"\" class=\"wp-image-139076\" \/><\/figure>Litouws<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"318\" height=\"159\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Kroatie.png\" alt=\"\" class=\"wp-image-139072\" srcset=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Kroatie.png 318w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Kroatie-300x150.png 300w\" sizes=\"auto, (max-width: 318px) 100vw, 318px\" \/><\/figure>Kroatisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"250\" height=\"167\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/download.png\" alt=\"\" class=\"wp-image-139070\" \/><\/figure>Koreaans<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Japan.png\" alt=\"\" class=\"wp-image-139067\" \/><\/figure>Japans<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Italie.png\" alt=\"\" class=\"wp-image-139062\" \/><\/figure>Italiaans<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/03\/Indonesisch-vertalen.png\" alt=\"\" class=\"wp-image-138245\" \/><\/figure>Indonesisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"266\" height=\"178\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Oekraine.png\" alt=\"\" class=\"wp-image-139088\" \/><\/figure>Oekra\u00efens<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"284\" height=\"177\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Polen.png\" alt=\"\" class=\"wp-image-139090\" \/><\/figure>Pools<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Portugal.png\" alt=\"\" class=\"wp-image-139093\" \/><\/figure>Portugees<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"266\" height=\"178\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Roemenie.png\" alt=\"\" class=\"wp-image-139097\" \/><\/figure>Roemeens<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-van-Servie.png\" alt=\"\" class=\"wp-image-139102\" \/><\/figure>Servisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Rusland.png\" alt=\"\" class=\"wp-image-139099\" \/><\/figure>Russisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Suriname.png\" alt=\"\" class=\"wp-image-139116\" \/><\/figure>Sranan Tongo<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Spanje.png\" alt=\"\" class=\"wp-image-139113\" \/><\/figure>Spaans<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Slowakije.png\" alt=\"\" class=\"wp-image-139109\" \/><\/figure>Slowaaks<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"600\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp.webp\" alt=\"\" class=\"wp-image-139106\" srcset=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp.webp 1200w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp-300x150.webp 300w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp-1024x512.webp 1024w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp-768x384.webp 768w, https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Sloveniewebp-600x300.webp 600w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/><\/figure>Sloveens<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Thailand.png\" alt=\"\" class=\"wp-image-139122\" \/><\/figure>Thai<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-van-Tsjechie.png\" alt=\"\" class=\"wp-image-139127\" \/><\/figure>Tsjechisch<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Turkije.png\" alt=\"\" class=\"wp-image-139132\" \/><\/figure>Turks<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"183\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Vietnam.png\" alt=\"\" class=\"wp-image-139135\" \/><\/figure>Vietnamees<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"284\" height=\"177\" src=\"https:\/\/urgentvertalen.nl\/wp-content\/uploads\/2025\/04\/Vlag-Zweden.png\" alt=\"\" class=\"wp-image-139139\" \/><\/figure>Zweeds","protected":false},"excerpt":{"rendered":"<p>{post_title} ISO-gecertificeerd vertaalbureau Urgent Vertalen vertaalt offici\u00eble documenten, uitgevoerd door erkende be\u00ebdigde vertalers. Unieke volledige legalisatieservice mogelijk voor wereldwijd gebruik. Snel en voordelig. View all the languages we translate AlbaneesBosnischArabischHongaarsBosnischFransFins vertalenFarsiEngelsDuitsDeensChineesBulgaarsNoorsMacedonischLitouwsKroatischKoreaansJapansItaliaansIndonesischOekra\u00efensPoolsPortugeesRoemeensServischRussischSranan TongoSpaansSlowaaksSloveensThaiTsjechischTurksVietnameesZweeds<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-120712","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/pages\/120712","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/comments?post=120712"}],"version-history":[{"count":7,"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/pages\/120712\/revisions"}],"predecessor-version":[{"id":140798,"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/pages\/120712\/revisions\/140798"}],"wp:attachment":[{"href":"https:\/\/urgentvertalen.nl\/en\/wp-json\/wp\/v2\/media?parent=120712"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}