Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How is it possible to access the dictionary items from within a base method?
it seems the currentCulture is ignored, and the default en-US kicks in.
setting the culture manually does not seem to work either
System.Threading.Thread.CurrentThread.CurrentCulture = CultureInfo.CreateSpecificCulture("nl-BE");
Try setting CurrentUICulture instead. (did not test this, but that's what resource files look at)
oh dear,
sorry to announce this was my problem
seems like adding a .ToLower() on the switch solved it all
it defaulted back to en-US due to "NL" <> "nl" ofc...
why did jump to the forum so quickly :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Using dictionary items within base
How is it possible to access the dictionary items from within a base method?
it seems the currentCulture is ignored, and the default en-US kicks in.
setting the culture manually does not seem to work either
Try setting CurrentUICulture instead. (did not test this, but that's what resource files look at)
oh dear,
sorry to announce this was my problem
seems like adding a .ToLower() on the switch solved it all
it defaulted back to en-US due to "NL" <> "nl" ofc...
why did jump to the forum so quickly :)
is working on a reply...