nerdexam
LPI

102-400 · Question #89

Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)?

The correct answer is D. export LC_MESSAGES="pt". See the full explanation below for the reasoning.

Question

Which of the following commands should be added to /etc/bash_profile in order to change the language of messages for an internationalized program to Portuguese (pt)?

Options

  • Aexport LANGUAGE="pt"
  • Bexport MESSAGE="pt"
  • Cexport UI_MESSAGES="pt"
  • Dexport LC_MESSAGES="pt"
  • Eexport ALL_MESSAGES="pt"

How the community answered

(55 responses)
  • A
    4% (2)
  • B
    15% (8)
  • C
    9% (5)
  • D
    71% (39)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 102-400 Practice