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 export LC_MESSAGES="pt" command sets the locale-specific information for the LC_MESSAGES environment variable to Portuguese (denoted by "pt"). This locale-specific information determines the language and cultural information used by various system tools, such as the gettext utility, to translate messages and other texts into the local language. When this environment variable is set, all subsequent programs that are executed in the same shell environment will use the specified locale for LC_MESSAGES.
upvoted 1 times
...
This section is not available anymore. Please use the main Exam Page.LX0-104 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
linux_admin
2 years, 2 months ago