Supported Culture Codes
The following culture codes are supported in Nextedy RISKSHEET:| Culture Code | Language | Region | Date Format | Decimal Separator | Thousand Separator |
|---|---|---|---|---|---|
en-US | English | United States | MM/DD/YYYY | . | , |
en-GB | English | United Kingdom | DD/MM/YYYY | . | , |
de-DE | German | Germany | DD.MM.YYYY | , | . |
de-AT | German | Austria | DD.MM.YYYY | , | . |
de-CH | German | Switzerland | DD.MM.YYYY | . | ‘ |
fr-FR | French | France | DD/MM/YYYY | , | . |
fr-BE | French | Belgium | DD/MM/YYYY | , | . |
it-IT | Italian | Italy | DD/MM/YYYY | , | . |
es-ES | Spanish | Spain | DD/MM/YYYY | , | . |
nl-NL | Dutch | Netherlands | DD-MM-YYYY | , | . |
pt-BR | Portuguese | Brazil | DD/MM/YYYY | , | . |
ja-JP | Japanese | Japan | YYYY/MM/DD | . | , |
zh-CN | Chinese (Simplified) | China | YYYY-MM-DD | . | , |
zh-TW | Chinese (Traditional) | Taiwan | YYYY-MM-DD | . | , |
ko-KR | Korean | Korea | YYYY-MM-DD | . | , |
ru-RU | Russian | Russia | DD.MM.YYYY | , | . |
pl-PL | Polish | Poland | DD.MM.YYYY | , | . |
Configuration
Set the culture code in your RISKSHEET configuration:Localization Hierarchy
The culture setting applies to:- Date fields — Displays dates according to regional conventions
- Numeric formatting — Applies correct decimal and thousand separators
- UI labels — Translates menu items and dialog text (where available)
- Time formats — Shows time in 12-hour or 24-hour format based on region
- Calendar views — Adjusts week start day and holiday recognition
Impact on Data Display
Date Formatting Example
The same date value displays differently based on culture:Number Formatting Example
Numeric values use locale-specific separators:Best Practices
Case sensitivity — Culture codes are case-insensitive (
en-US and EN-US both work), but the hyphen is required.Language-Specific Considerations
Right-to-Left Languages
While Hebrew and Arabic culture codes are not currently listed, future versions of Nextedy RISKSHEET may support RTL layouts. Contact Nextedy support for availability.Character Encoding
All culture codes support UTF-8 character encoding. Ensure your Polarion instance uses UTF-8 for proper display of non-ASCII characters.Regional Variants
Some languages have multiple regional variants:- German:
de-DE(Germany),de-AT(Austria),de-CH(Switzerland) - English:
en-US(United States),en-GB(United Kingdom) - Portuguese:
pt-BR(Brazil),pt-PT(Portugal — not listed but may be supported) - Spanish:
es-ES(Spain),es-MX(Mexico — not listed but may be supported)
Default Culture
If theglobal.culture property is not specified, Nextedy RISKSHEET defaults to en-US (English - United States).
Changing Culture at Runtime
You cannot change the culture setting through the RISKSHEET UI. Culture changes require:- Modifying the configuration file
- Saving the configuration
- Refreshing the browser or reloading the RISKSHEET widget
Multi-Team Scenarios
In organizations with teams across multiple regions, consider:- Single RISKSHEET, single culture: Choose the most common region or headquarters location
- Multiple RISKSHEETs, different cultures: Create separate RISKSHEET instances with different culture settings if regional preferences are critical
- Export-based approach: Use a single culture internally, but apply region-specific formatting when exporting to PDF/Excel for local teams
Troubleshooting
If dates or numbers display incorrectly:- Verify the culture code is spelled correctly in the configuration
- Check that the culture code uses the
language-regionformat (e.g.,en-US, notenorEnglish) - Confirm the configuration has been saved and the RISKSHEET has been refreshed
- Review the Polarion server’s system locale — it should not conflict with the RISKSHEET culture setting
Related Configuration
See also:- Configuration System — How RISKSHEET configuration works
- Default Configuration Values — All default settings
- Global Configuration Properties — Complete reference for global settings
Sources
Sources
KB ArticlesSource Code
risksheet.jsonAppConfig.ts