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)- A3% (1)
- B6% (2)
- C3% (1)
- D77% (27)
- E11% (4)
Community Discussion
No community discussion yet for this question.