<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Site Crafter</title>
	<atom:link href="http://thesitecrafter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesitecrafter.com</link>
	<description>Coding daily since 2001</description>
	<lastBuildDate>Fri, 10 Sep 2010 11:11:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fast and easy way to change the default WordPress admin language</title>
		<link>http://thesitecrafter.com/fast-and-easy-way-to-change-default-wordpress-admin-language/</link>
		<comments>http://thesitecrafter.com/fast-and-easy-way-to-change-default-wordpress-admin-language/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 07:37:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://thesitecrafter.com/?p=4</guid>
		<description><![CDATA[The fast and easy way to change the default language in WordPress is to edit the wo-config.php file. First edit the line where is says: define ('WPLANG', ''); enter the desired language code like this: define ('WPLANG', 'fi'); Then login &#8230; <a href="http://thesitecrafter.com/fast-and-easy-way-to-change-default-wordpress-admin-language/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The fast and easy way to change the default language in WordPress is to edit the wo-config.php file.<span id="more-4"></span></p>
<p>First edit the line where is says:</p>
<pre class="brush:php">
define ('WPLANG', '');
</pre>
<p>enter the desired language code like this:</p>
<pre class="brush:php">
define ('WPLANG', 'fi');
</pre>
<p><a href="http://thesitecrafter.com/wp-content/uploads/2010/09/wp-localised-update.png"><img class="size-thumbnail wp-image-6 alignleft" title="Update page in the WP admin area" src="http://thesitecrafter.com/wp-content/uploads/2010/09/wp-localised-update-150x150.png" alt="" width="150" height="150" /></a>Then login to Your WordPress admin and click on the <strong>Updates</strong> link on the Dashboard navigation panel. And if a version of WP exists for the desired language You will  get a message that You can update automatically or download the localised version and update manually.</p>
<p>No need for downloading localisation files and manually installing in appropriate folders on the server.</p>
<p>Works on WP version 3.0.1 (haven&#8217;t tried it on older versions ).</p>
]]></content:encoded>
			<wfw:commentRss>http://thesitecrafter.com/fast-and-easy-way-to-change-default-wordpress-admin-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

