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)- A4% (2)
- B15% (8)
- C9% (5)
- D71% (39)
- E2% (1)
Community Discussion
No community discussion yet for this question.