Hi,
besides the default language (en-us) I have the german language installed and aktivated.
The name of my module is ContactView.ascx. I have 3 resx files for this control:
ContactView.ascx.resx
ContactView.ascx.de-DE.resx
ContactView.ascx.en-US.resx
In the module I try to access the translation with <%=LocalizeString("EditModule.Text")%>
My skin contains a language switch: <dnn:LANGUAGE runat="server" ID="dnnLANGUAGE" ShowMenu="False" ShowLinks="True" />
When I switch between the languages the german translation is displayed correctly, but instead of the english translation, the text from ContactView.ascx.resx is displayed when I choose the english language (en-us). It looks like no matter what I do, the file for the english localization won't be loaded. I'm stuck and have no clue where the problem can be. Anyone got an idea?
I'm unsing DNN Version 08.00.04.