nerdexam
LPI

102-500 · Question #216

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

(35 responses)
  • A
    3% (1)
  • B
    6% (2)
  • C
    3% (1)
  • D
    77% (27)
  • E
    11% (4)

Community Discussion

No community discussion yet for this question.

Full 102-500 Practice