Humanizer can't get localized resource files
My code here: http://share.linqpad.net/jxvws9.linq
The Humanizer can't get any localized assembly or resource files into Query. So that the Humanizer doesn't work at all. Only en locale can be shown.
Comments
- 
            If you want a work-around you can copy the Humanizer.dll from the humanizer.core nuget folder and the Humanizer.resources.dll from the Humanizer.Core.zh-Hant folder into a new folder and then remove the nuget references and a reference to the Humanizer.dll from this new folder. (You shouldn't need to add a reference to Humanizer.resources.dll ). 
- 
            Your workaround works. Thanks. Can LINQPad solve this issue? 
- 
            NuGet packages containing only satellite assemblies are now supported in the latest beta: 
 https://www.linqpad.net/LINQPad8.aspx#betaLet me know how you get along. 


