How can I launch Scribus in my language?: Difference between revisions

From Scribus Wiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{FAQ Index}}
{{Outdated|As of Scribus 1.3.0, it's possible to change the UI language "on the fly"|1.2.5}}
[[Category:Localisation]]
<br>
= How can I launch Scribus in my language? =
<br>
<br>
<br>


* Test test test test test test test test  test testtest test test.
From the command line you can run the following commands:<br>
*scribus -la
*scribus --langs-available


* Test test test test test test test test  test testtest test test.
This will give you a list of the language abbreviations and associated languages currently installed with Scribus.
* Test test test test test test test test  test testtest test test.


* Test test test test test test test test  test testtest test test.
You may then start Scribus using 5 methods to select a language, in the following order of predecence:
#Run either of the following commands, where the language_abbreviation is from the list you generated above.
#*scribus -l language_abbreviation
#*scribus --lang language_abbreviation
#Set the LC_ALL environment variable and run Scribus
#Set the LC_MESSAGES environment variable and run Scribus
#Set the LANG environment variable and run Scribus
#Let Scribus detect the Qt locale and run Scribus
 
In the case where your system has 2 or 3 of the above environment variables defined Scribus will use the first in the list above. Using the command line option of -l/--lang overrides the rest of the choices.
 
Scribus '''1.3''' also has an option in user preferences which falls after the command line option in precedence.

Latest revision as of 02:13, 23 March 2007

THIS ARTICLE IS OUTDATED
Reason:   As of Scribus 1.3.0, it's possible to change the UI language "on the fly"
Working until:   1.2.5
    






From the command line you can run the following commands:

  • scribus -la
  • scribus --langs-available

This will give you a list of the language abbreviations and associated languages currently installed with Scribus.

You may then start Scribus using 5 methods to select a language, in the following order of predecence:

  1. Run either of the following commands, where the language_abbreviation is from the list you generated above.
    • scribus -l language_abbreviation
    • scribus --lang language_abbreviation
  2. Set the LC_ALL environment variable and run Scribus
  3. Set the LC_MESSAGES environment variable and run Scribus
  4. Set the LANG environment variable and run Scribus
  5. Let Scribus detect the Qt locale and run Scribus

In the case where your system has 2 or 3 of the above environment variables defined Scribus will use the first in the list above. Using the command line option of -l/--lang overrides the rest of the choices.

Scribus 1.3 also has an option in user preferences which falls after the command line option in precedence.