Ask your WordPress questions! Pay money and get answers fast! Comodo Trusted Site Seal
Official PayPal Seal

Change language WordPress

  • SOLVED

I want to change this line: <html dir="ltr" lang="en-US"> to Swedish but I can only find this in the footer file: <html <?php language_attributes(); ?>>

Where do I change it to Swedish?

thanks

Answers (1)

2011-05-20

David Navarrete answers:

download the languaje http://codex.wordpress.org/WordPress_in_Your_Language#Swedish_-_Svenska_.28sv_SE.29

upload tp wp-content/languages

edit wp_config.php
find
define('WPLANG', '');

replace

define('WPLANG', 'sv_SE');

bye


Charlotte Raboff comments:

thanks for your reply - there is nothing to download, I click on the link - Svenska and comes to this page - http://svn.automattic.com/wordpress-i18n/sv_SE/tags/3.1.2/messages/


David Navarrete comments:

download all and put on language folder


Charlotte Raboff comments:

....and how do I save this file:http://svn.automattic.com/wordpress-i18n/sv_SE/tags/3.1.2/messages/continents-cities-sv_SE.po

thanks


Charlotte Raboff comments:

/newyorkinspiration.com/wp-content/languages/continents-cities-sv_SE.mo
/newyorkinspiration.com/wp-content/languages/ms-sv_SE.mo

is this correct, just this two?


David Navarrete comments:

ms-sv_SE.mo
ms-sv_SE.po

bye