Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tdwright opened this issue Oct 22, 2018 · 0 comments
Open

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

tdwright opened this issue Oct 22, 2018 · 0 comments

Comments

@tdwright
Copy link
Owner

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant