We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As far as I can tell all Localisation methods are failing in Windows Store apps. The root causes appears to be the loading for the resource strings.
All calls to DateTime.Humanize and TimeSpan.Humanize are throwing an ArgumentNullException in String.Format.
In the below example the result is null rather than the resource string.
var resource = Humanizer.Localisation.Resources.GetResource(Humanizer.Localisation.ResourceKeys.TimeSpanHumanize.MultipleDays);
The text was updated successfully, but these errors were encountered:
Fixed it, you will have it working when I get my pull request merged.
Sorry, something went wrong.
9be7f97
Merge pull request #81 from nigel-sampson/win8-localisation
72abd8f
NeutralResourcesLanguage resolves #75 in Windows Store apps
No branches or pull requests
As far as I can tell all Localisation methods are failing in Windows Store apps. The root causes appears to be the loading for the resource strings.
All calls to DateTime.Humanize and TimeSpan.Humanize are throwing an ArgumentNullException in String.Format.
In the below example the result is null rather than the resource string.
The text was updated successfully, but these errors were encountered: