Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Change language in Ubuntu installed by Wubi

  1. #11
    Join Date
    Sep 2008
    Beans
    5

    Re: Change language in Ubuntu installed by Wubi

    This doesn't work for me. When I change the language to English it's still in Swedish for me. Is there any other way?

  2. #12
    Join Date
    Apr 2011
    Beans
    1

    Re: Change language in Ubuntu installed by Wubi

    ive installed the language package, how do i change from command, becasuse im usin server edition, thanks

  3. #13
    Join Date
    Sep 2007
    Beans
    3

    Re: Change language in Ubuntu installed by Wubi

    Quote Originally Posted by numlosk View Post
    ive installed the language package, how do i change from command, becasuse im usin server edition, thanks
    Not meaning to bring up old thread, but this thing still unanswered and as I got here from searches, so do many other people.

    In Ubuntu Server, you check if the desired language is installed either by

    Code:
    sudo dpkg-reconfigure locales
    if it is installed it will show up as updated or as up-to-date

    You can also

    Code:
    sudo apt-get remove language-pack-
    and TAB TAB for autocompletion. It will autocomplete listing the langpacks available for removal, thus installed.

    If yours does not show...

    Code:
    sudo apt-get install language-pack-xx
    where xx is your language

    Now it is installed but not configured.

    Configure it in

    Code:
    nano /etc/default/locale
    Finally reboot to apply changes...

    Code:
    sudo reboot
    Last edited by ast3citos; November 8th, 2012 at 10:50 AM.

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •