A localized version (in this example Dutch) of WordPress is basically the same as the normal WordPress except for:
- includes/version.php -> contains aan extra line at the end with
$wp_local_package = 'nl_NL';
- The wp-content/languages folder
Basically, all you need to do is: Read More