Skip to content

Commit

Permalink
Merge pull request #81 from nigel-sampson/win8-localisation
Browse files Browse the repository at this point in the history
NeutralResourcesLanguage resolves #75 in Windows Store apps
  • Loading branch information
MehdiK committed Feb 12, 2014
2 parents 4ed7951 + 9be7f97 commit 72abd8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Humanizer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
Expand Down Expand Up @@ -33,3 +34,4 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0")]
[assembly: AssemblyFileVersion("1.0")]
[assembly: NeutralResourcesLanguage("en")]

0 comments on commit 72abd8f

Please sign in to comment.