Menu

linux language support

Bugs
2007-03-14
2013-04-10
  • Anton Asche

    Anton Asche - 2007-03-14

    From version 1.2.6 I had problems to change language from en to de (German) on Linux. I used edit - options to set it, but nothing happens... :-(

    A few days ago I found a solution: for reasons I can't remember I looked into ~/.notecase/notecase.ini and changed language from "de" to "de_DE" (see example):

    [Display]
    ...
    Language=de_DE
    ...

    From now on the long missed language support for German is working :-)
    Maybe this a bug in the locale support?

    Linux: Xubuntu 6.06

    locale settings:

    LANG=de_DE.UTF-8
    LANGUAGE=de_DE:de:en_GB:en
    LC_CTYPE="de_DE.UTF-8"
    LC_NUMERIC="de_DE.UTF-8"
    LC_TIME="de_DE.UTF-8"
    LC_COLLATE="de_DE.UTF-8"
    LC_MONETARY="de_DE.UTF-8"
    LC_MESSAGES="de_DE.UTF-8"
    LC_PAPER="de_DE.UTF-8"
    LC_NAME="de_DE.UTF-8"
    LC_ADDRESS="de_DE.UTF-8"
    LC_TELEPHONE="de_DE.UTF-8"
    LC_MEASUREMENT="de_DE.UTF-8"
    LC_IDENTIFICATION="de_DE.UTF-8"
    LC_ALL=

     
    • Miroslav Rajcic

      Miroslav Rajcic - 2007-03-18

      I am not sure if this is the bug in my code or in Ubuntu in general.
      I even had to write special instructions for (K)Ubuntu users on how to add support for your locale. You can find this text in the FAQ section of the notecase help file.

      I never had any locale problems on Fedora (my main Linux distro) and on Ubuntu I always had to tweak the distro to get it working.

       
    • roger640

      roger640 - 2007-06-28

      I am a Feisty user.

      Anton's trick (see above) worked very neatly for 1.5.2 deb from getdeb. That is fr_FR to replace fr

      Thanks to both of you

       

Log in to post a comment.