LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to make xman display internationalized man pages? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-make-xman-display-internationalized-man-pages-4175503796/)

Lockywolf 05-03-2014 08:03 AM

How to make xman display internationalized man pages?
 
Some of the man pages are translated into different languages.

While console man seems to be able to judge which page to display based on environmental or shell variables, the x version, xman always displays English version.

Is there a way to make it display a localized version of a page?

jdkaye 05-04-2014 02:36 AM

This may be helpful. It's about Thai but you could apply it to your situation.
Quote:

3.3 X Application Resources

Because Xt based applications allow user to configure the applications by resources. We can make the menu or label to be Thai language.

For example, if you want xman to display Thai labels. You may add these lines in your .Xdefaults

......
!! Xman section
Xman*Font: thai8x16
Xman*helpButton.Label: ช่วย
Xman*quitButton.Label: ออก
Xman*manpageButton.Label: คู่มือการใช้
......

You can use the same idea to set window manager to be more Thai environment too.
So you may find something useful in the .Xdefaults file.
jdk


All times are GMT -5. The time now is 05:40 PM.