Title: Changing language
Last modified: August 18, 2016

---

# Changing language

 *  Resolved [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/changing-language-2/)
 * Hello!
 * Im testing wordpress but i cant get my new language settings running.
 * I have no idea what’s wrong, i changed the
    define (‘WPLANG’, ”); into: define(‘
   WPLANG’, ‘sv_SE’);
 * and uploaded the .mo file into the correct folder.
 * The url is: [http://www.hofvet.com/blogg](http://www.hofvet.com/blogg) if that
   is to any help.
 * Thank you in advance!

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Thread Starter [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518425)
 * Nobody knows what’s wrong?
 * I would really appreciate a solution but i cant find it myself.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518426)
 * What exactly do you mean by “cant get my new language settings running”?
 * As far as I can see, the login page is translated, which means the admin panel
   should be in Swedish, too.
 * If you meant the _frontend_ = the theme you are using, then you should be aware
   that every theme has to have its own translation. Of course, if it is prepared
   for localization at all.
 *  Thread Starter [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518449)
 * I see, i missunderstood the whole changing language thing, i thought you could
   change the language of the blog itself using the .mo files.
 * Anyway, can i change the language of the blog manually? In other words by modifying
   the language in the .php files that build the blog?
 * Thank you!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518452)
 * Define “change the language”.
    What is it exactly that you want? (It is always
   better if you describe the desired end-result…)
 *  Thread Starter [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518456)
 * Yes, sorry.
 * What i mean by changing the language is to change the language of everything 
   that the visitors of my blog sees and read.
 * Ofcorse i know i can rewrite the posts etc to be displayed in my language, but
   for example the “Search” text displayed in the upper corner and such other details
   that cannot be changed from within the wordpress admin site.
 * Other examples are:
    *The text that appears when you search for something and
   get no hits “No posts found. Try a different search?”
 * *The text related to comments, such as “One Response to “Hello world!”” and “
   user ¨¨Says¨¨: “
 * *Text on buttons, for example the “Submit Comment” text in the leave a reply 
   area.
 * I hope this cleared up some of the confusion, sorry for beeing indistinct about
   what i want to achieve with this post.
 * Thank for helping me!
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518457)
 * Well, if I remember well, except the “search result: no post found” – all the
   other strings should be translated in the theme’s localized version.
 * You can do it manually, by opening the theme template files in a plain text editor
   and replacing the English text.
 * Another option could be to have a .po > .mo file for the theme… which, unfortunately,
   will not work with your theme because its author doesn’t really care about non-
   English users and the theme is NOT internationalized (i18n), in other words it
   is NOT prepared for localization (l10n).
 * So, your only option with this theme is manually translate all the strings.
 * If you find a theme that is better prepared for translation, see these articles:
   
   [http://codex.wordpress.org/Translating_WordPress](http://codex.wordpress.org/Translating_WordPress)
   [http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/](http://boren.nu/archives/2004/11/01/localizing-plugins-and-themes/)
 *  Thread Starter [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518462)
 * Thank you very much Moshu! Now i know how to change the language 🙂
 * I have now changed some of the words, but to my suprise i notice that (some of)
   the swedish characters Å, Ä and Ö shows up as ?, ? and ? on the blog. Why?
 * Example: [http://www.hofvet.com/blogg/?p=1](http://www.hofvet.com/blogg/?p=1)
 * Thank you for the help, wordpress was a good choice it seems 🙂
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518463)
 * _swedish characters Å, Ä and Ö shows up as ?, ? and ? on the blog. Why?_
 * Because you edit the files in an editor that does NOT have utf-8 support… or 
   because you didn’t set it right 🙂
 * Even the very simple Win Notepad has that option – when clicking Save, at the
   bottom of the dialog window you have an “Encoding” dropdown where you should 
   select utf-8.
 *  Thread Starter [pontusande](https://wordpress.org/support/users/pontusande/)
 * (@pontusande)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518465)
 * Thanx!
 * This is among the best support i have ever experienced, and that’s on a free 
   software!
 * Thank you again moshu.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518466)
 * You were lucky 🙂 having a non-English speaker volunteer helper around… (just
   kidding)
 * Glad you worked it out. Can you mark this as “resolved” (up where the title is)?

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Changing language’ is closed to new replies.

## Tags

 * [.mo](https://wordpress.org/support/topic-tag/mo/)
 * [language](https://wordpress.org/support/topic-tag/language/)
 * [languages](https://wordpress.org/support/topic-tag/languages/)
 * [WPLANG](https://wordpress.org/support/topic-tag/wplang/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 10 replies
 * 2 participants
 * Last reply from: [moshu](https://wordpress.org/support/users/moshu/)
 * Last activity: [19 years, 3 months ago](https://wordpress.org/support/topic/changing-language-2/#post-518466)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
