Which of the following commands should be executed when starting a login shell in order to change the language of messages for an internationalized program to
Portuguese (pt)?
Which of the following commands should be executed when starting a login shell in order to change the language of messages for an internationalized program to
Portuguese (pt)?
The correct command to change the language of messages for an internationalized program to Portuguese (pt) when starting a login shell is 'export LC_MESSAGES="pt"'. This is because the LC_MESSAGES environment variable specifically controls the localization of messages in programs, and setting it to 'pt' will ensure that messages are displayed in Portuguese.
Correct answer: LC_MESSAGES= Source: https://www.ibm.com/docs/en/aix/7.1?topic=locales-understanding-locale-environment-variables
LC_MESSAGES=pt
ryt ans b