I want to write a plugin that changes the admin interface to a certain language once activated.
I want to allow people who have used a one-click installation of WordPress (through hosting services like Dreamhost) to switch languages without using FTP.
I want the plugin to use a remote host where the language file (.mo) are hosted, so the users won't have to download/upload them on their own, and so the plugin is not dependand on existing language files.
I'm assuming the easiest way would be somehow overriding the settings of wp-config.php, but I'm assuming this is not possible via plugins.
What would be the easiest way to achieve this?