brockallen / BrockAllen.MembershipReboot

MembershipReboot is a user identity management and authentication library.
Other
743 stars 239 forks source link

GetValidationMessage wrong culture #668

Closed lgoudriaan closed 7 years ago

lgoudriaan commented 8 years ago

when i call userAccountService.GetValidationMessage(code) it returns the English message, but my current culture is 'nl'.

Any ideas how to fix this?

brockallen commented 8 years ago

Hmm, not sure -- debug into it. Looks like there's a nl-nl resx, so maybe it would be better to just rename it to nl.

jonbarthol commented 7 years ago

@lgoudriaan: Did you ever resolve this? I think I'm having a similar issue. See issue #670. Thanks!

lgoudriaan commented 7 years ago

No, sorry I haven't looked in it yet.

lgoudriaan commented 7 years ago

I finally had time to look into this. I found out that the project uses the Satellite Package Approach and those packages aren't released in NuGet.

@brockallen can you publish these packages? or maybe switch to the Single Package Approach it wil only add 10Kb for each language

brockallen commented 7 years ago

If you can propose a PR to merge it all into one, I'm happy with that.