Discussion:
[Darktable-users] switching application language
Edgar Scholz
2011-06-18 18:23:57 UTC
Permalink
Hallo

How can I switch the language of darktabe from german to english?

Edgar
SimGer
2011-06-18 18:39:45 UTC
Permalink
Hello,

you could start darktable with $ LANG=C /opt/darktable/bin/darktable
--
Simon
Post by Edgar Scholz
Hallo
How can I switch the language of darktabe from german to english?
Edgar
------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Darktable-users mailing list
https://lists.sourceforge.net/lists/listinfo/darktable-users
Federico Bruni
2011-06-18 18:42:07 UTC
Permalink
Post by Edgar Scholz
Hallo
How can I switch the language of darktabe from german to english?
Edgar
It's not possible switching language in DT preferences.
You should open a terminal and type:

export LANG=en
darktable

This works just for the current terminal session.

I prefer using always the english version, so I've created a file called
darktable in ~/bin, containing these lines:

#!/bin/sh
export LANG=en
/opt/darktable/bin/darktable
Edgar Scholz
2011-06-18 20:15:56 UTC
Permalink
ThankYou for your answers. They help me to understand Linux a little bit
more and solving my problem :)

I searched for an english mo-file and I didn´t find some. So I think,
your solution is the best, Simon, because it sets the locale to the
native language of the application, in this case to english, I think.

I like it very much to play with Linux. So I tested other locales for
"LANG" and find out, that it falls back to native written language, if
the locale doesn´t exist. For example: darktable-"en" doesn´t exist. So
"LANG=en darktable" will fall back to the native language of the
application. "LANG=rrrr darktable" does the same and "LANG= darktable"
starts darktable in english too.

I changed the run-string in the desktop-file for starting darktable from
"darktable %U" to "LANG=C darktable %U" and now it starts in english.

Edgar

Continue reading on narkive:
Loading...