QuestionQ20
Essential CommandsWhich command should be added to /etc/bash_profile to set the message language for an internationalized program to Portuguese (pt)?
- A export LANGUAGE="pt"
- B export MESSAGE="pt"
- C export UI_MESSAGES="pt"
- D export LC_MESSAGES="pt"
- E export ALL_MESSAGES="pt"
Community Discussion