You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there's no overload that takes a culture (it's not super consistent right now), then the current culture CultureInfo.CurrentCulture is used. If you need a specific language, and there's no overload for a culture, then you probably have to (temporarily) change the current culture of the Thread
Good to know. It would be nice if it would be consistent and accept the culture, or at least mention it in the doc.
But I am still surprised it found the words when only the core is installed.
If I had set my PC to, e.g., Korean language, would it find the date in Korean format? ;)
It would probably be better if support for passing a culture parameter was more consistent. 😄 #1269 also, correctly, requests something along that line
I have installed NuGet Humanizer.Core, I would expect that all the results will be in English (as said in the readme).
Yet, when I call this:
I will get it in my native language.
First of all things, I am not sure where it is taking the language, but more importantly, there is no overload to specify culture info or language.
Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: