Skip to content

Should we allow for the localisation culture to be specified? #57

@tdwright

Description

@tdwright

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:

  1. Apply whatever localisation settings are provided by the system (current behaviour)
  2. Override the culture for the whole thread (a la CultureInfo.CurrentCulture, though not sure this works in .NET Core?)
  3. Allow a culture to be specified at the table level, which would be passed down to the formatters for each column
  4. Allow a culture to be specified on a per-column basis.

Keen to get some feedback on this. Anyone got any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions