contabs
contabs copied to clipboard
Should we allow for the localisation culture to be specified?
Following on from #55, do we ever want to be able to explicitly specify the formatting culture a table (or column) should use when rendering values?
Approaches:
- Apply whatever localisation settings are provided by the system (current behaviour)
- Override the culture for the whole thread (a la
CultureInfo.CurrentCulture, though not sure this works in .NET Core?) - Allow a culture to be specified at the table level, which would be passed down to the formatters for each column
- Allow a culture to be specified on a per-column basis.
Keen to get some feedback on this. Anyone got any thoughts?