Humanizer
Humanizer copied to clipboard
Incorrect language with only core
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:
DateOnly now = DateOnly.FromDateTime(DateTime.Today);
string myText = now.ToOrdinalWords();
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.