102-500 · Question #137
A French user has installed the French language pack, but currencies are still being displayed with a leading '$' sign in his spreadsheets. What must be done to fix this?
The correct answer is A. Alter the locale. Locale controls how a system formats regional conventions - including currency symbols, date formats, and number separators. Installing a language pack only adds translated text strings; it does not change how the OS formats numeric data. To display the euro symbol (€) with…
Question
Options
- AAlter the locale.
- BSet the timezone correctly.
- CEdit /etc/currency.
- DReinstall the French language pack.
How the community answered
(24 responses)- A75% (18)
- B13% (3)
- C8% (2)
- D4% (1)
Explanation
Locale controls how a system formats regional conventions - including currency symbols, date formats, and number separators. Installing a language pack only adds translated text strings; it does not change how the OS formats numeric data. To display the euro symbol (€) with correct French formatting, the user must set the locale to fr_FR (e.g., via locale command or system settings), which tells applications which regional formatting rules to apply.
- B is wrong because timezone affects time/date display, not currency formatting.
- C is wrong because
/etc/currencydoes not exist as a standard Linux configuration file. - D is wrong because reinstalling the language pack won't help - the language pack was never the source of the currency format in the first place.
Memory tip: Think "Locale = Local money rules." Language packs translate words; locale translates numbers and symbols into regional conventions. If money looks wrong, check the locale.
Topics
Community Discussion
No community discussion yet for this question.