LX0-104 · Question #292
All of the following are contained in the locale setting of the operating system EXCEPT:
The correct answer is C. timezone. Locale settings define cultural and linguistic preferences for a user session, including language, currency, and number formatting, but not the system's timezone.
Question
Options
- Acurrency symbol
- Blanguage
- Ctimezone
- Dthousands separator
How the community answered
(32 responses)- A3% (1)
- B6% (2)
- C91% (29)
Why each option
Locale settings define cultural and linguistic preferences for a user session, including language, currency, and number formatting, but not the system's timezone.
The currency symbol is part of the `LC_MONETARY` locale category, defining how monetary values are displayed.
Language is a primary component of the locale, specified by `LC_MESSAGES` and `LANG` variables, affecting messages, menus, and text display.
The timezone setting determines the local time and daylight saving rules for a system, and it is configured separately from the locale. While related to regional settings, it is managed through specific timezone configuration files and commands rather than being part of the standard locale categories.
The thousands separator is part of the `LC_NUMERIC` locale category, which dictates how numbers are formatted, including decimal and grouping separators.
Concept tested: Linux locale settings components
Source: https://www.gnu.org/software/libc/manual/html_node/Locale-Categories.html
Topics
Community Discussion
No community discussion yet for this question.