-
Notifications
You must be signed in to change notification settings - Fork 16
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
Ability to specify culture #4
Labels
Comments
i have some thing like this. how to use;
culturehelper.cs
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When formatting stuff to text, the thread's current culture is used e.g. to format decimals, which in Denmark could look like this:
In English-speaking countries, it would look like this:
and there will be differences in how dates, and maybe other stuff is formatted too.
It would be neat if all
Format***
methods would accept aCultureInfo
object as an optional argument, which would then be used in all value-to-text formatting methods.The text was updated successfully, but these errors were encountered: