Internationalization Glossary
Browse 3 internationalization terms defined in plain English, from the cultural dictionary of computing.
3 Internationalization Terms
- Locale
- A set of parameters that defines a user's language, region, and cultural conventions — affecting date formats, number separators, currency symbols, and text...
- Resource Bundle
- A set of locale-specific files or objects containing translated strings, date formats, currency symbols, and other localized content, keyed by identifier so...
- Time Zone Handling
- One of the hardest problems in programming. Rules: store all timestamps in UTC, convert to local time only for display. Use IANA timezone names...
Related Topics
- Java (1 terms in common)
- I18N (1 terms in common)
- Bug (1 terms in common)
- Time (1 terms in common)
- Formatting (1 terms in common)
- Localization (1 terms in common)