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
In wp-config, you can/should use these defines:
define( 'WPLANG', 'nl_NL' ); define( 'LANGDIR', '' ); |