Linux_FoundationLinux_Foundation
LFCS · Question #294
LFCS Question #294: Real Exam Question with Answer & Explanation
The correct answer is A: Alter the locale.. To correct the currency display from '$' to the appropriate French currency symbol, the user must alter the system's locale settings.
Submitted by satoshi_tk· Apr 18, 2026User and Group Management
Question
A French user has installed the French language pack, but currencies are still being displayed with a leading '$' sign in spreadsheets. Which of the following must be done to fix this?
Options
- AAlter the locale.
- BSet the timezone correctly.
- CEdit /etc/currency.
- DReinstall the French language pack.
Explanation
To correct the currency display from '$' to the appropriate French currency symbol, the user must alter the system's locale settings.
Common mistakes.
- B. Setting the timezone correctly only affects time display and has no impact on currency symbols or other monetary formatting.
- C.
/etc/currencyis not a standard Linux configuration file for currency symbols; locale settings are the appropriate mechanism for this configuration. - D. Reinstalling the language pack only ensures the language files are present; it does not guarantee the correct locale is activated or applied for specific formatting needs.
Concept tested. Locale configuration for currency
Reference. https://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html
Topics
#locale management#currency formatting#user environment
Community Discussion
No community discussion yet for this question.