If I have WordPress installation in English, then I can define my theme translation file in the wp-config.php file with following:
define('WPLANG', 'sv_SE');
But if I have WordPress installed in the local language then there is already WordPress translation file defined there, then how can I define my theme translation file?