Hi, I'm using DotNetNuke.Services.Localization.Localization.GetString to localize a module.
DotNetNuke.Services.Localization.Localization.GetString("Success.text", Me.LocalResourceFile) only returns the default resx's string and not the language passed on by the URL. I checked System.Threading.Thread.CurrentThread.CurrentCulture.ToString() and the new language (in this case pl-PL for Polish instead of English) is set.
Anyone knows why the Culture's resx is not loaded?
I checked it with different languages and language file, the resource files are not loaded for any of them, the Culture however is set. I checked the naming etc.