Welcome Guest, Not a member yet? Register   Sign In
Countries array in dutch
#1

[eluser]patos[/eluser]
Hi evereybody,

For ecommerce trilingual project based in belgium , i want to use this library:
http://codeigniter.com/wiki/helper_dropd...ntry_code/

with this kind of array :
Code:
$pays = array(
'AF' => array('FR' => 'Afghanistan', 'EN' => 'Afghanistan'),
'ZA' => array('FR' => 'Afrique du Sud', 'EN' => 'South Africa'),
'AL' => array('FR' => 'Albanie', 'EN' => 'Albania'),
'DZ' => array('FR' => 'Algérie', 'EN' => 'Algeria'),
'DE' => array('FR' => 'Allemagne', 'EN' => 'Germany'),
'AD' => array('FR' => 'Andorre', 'EN' => 'Andorra'),
'AO' => array('FR' => 'Angola', 'EN' => 'Angola'),
'AI' => array('FR' => 'Anguilla', 'EN' => 'Anguilla'),
....
);

Is there an url where i can find a mysql table with all countries in dutch or a similar array to make this array trilingual ?
I spend to mutch time searching on google without any result.

Thanks.
#2

[eluser]rogierb[/eluser]
I created mine from http://nl.wikipedia.org/wiki/ISO_3166-1




Theme © iAndrew 2016 - Forum software by © MyBB