Configuration Property
Setting the Culture
Configure the culture in the sheet configuration file (risksheet.json) under the global object:
How Culture Affects the Grid
The global.culture value is applied to the client-side grid renderer. It changes how cell values are formatted on display (dates, numbers, separators), but it does not change how data is stored in Polarion. Picking the closest culture for your team standardizes how risk records read across locales.
Supported Culture Codes
The Risksheet release supports exactly the following 18 culture codes. Use the code as-is in global.culture.
Culture codes follow the IETF BCP 47 standard:
Use the primary language code (e.g., de) for the default regional variant. Use a regional code (e.g., en-GB) only when you need a specific regional format that differs from the language default.
Interaction with Polarion Locale
The Risksheet global.culture setting operates independently from Polarion’s server-level locale configuration. The Risksheet culture affects only the grid rendering, not the underlying Polarion data storage format. Dates and numbers are stored in Polarion’s internal format regardless of the display culture.
Complete Example
A German-locale FMEA (Failure Mode and Effects Analysis) sheet configuration using German-language column headers:
With culture: de:
- The
dueDate column displays dates as DD.MM.YYYY (e.g., 15.03.2025)
- The RPN (Risk Priority Number) column (
RPZ) formats numbers with German locale conventions (comma as decimal separator)
Related Pages