Registrarse | Entrar
lunes, 21 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCore Localization File Not FoundCore Localization File Not Found
Anterior Anterior
 
Siguiente Siguiente
New Post
 05/06/2006 10:22 a.m.
 
 Modificado por f.bosito  on 05/06/2006 09:23:02 a.m.
After installing 01.00.18 of DSLocalizer I frequently receive messages like

Core Localization File Not Found: : /DesktopModules/Delisoft.DSLocalizator/App_LocalResources/DSLocaleSelector.ascx.resx

Core Localization File Not Found: : //App_LocalResources/DSLocaleSelector.ascx.resx

in the DNN Log.

The file in the Modules App_LocalResources is named DSLocaleSelectorPA.ascx.resx.
Is it a good idea to simply rename it to fix the one problem?

What about the other which tries to locate the local resource in App_LocalResources directory just beyond the root?

Günter
New Post
 05/06/2006 11:08 a.m.
 
 Modificado por f.bosito  on 05/06/2006 10:11:47 a.m.

Ok, I think I now know what my problem is:
It seem's like the filenames changed during a version upgrade.
As i use DSLocaleSelector in an skin and it is hard coded in the register section of the page (<%@ Register TagPrefix="ds" TagName="LANGUAGE" Src="~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelector.ascx" %>), i refered to the old file which still existed fro any reason.

But changing that by pointing to the DSLocaleSelectorPA now I ran in the next problem:
Before i displayed a flag with the text in the link to switch language (<ds:language id="DSLocaleSelectorPA" linkcssclass="MenuItem" linktemplate="<span class="[CssClass]"><a href="[URL]" _fcksavedurl=""[URL]"" title="[ChangeLocaleText]">[LocaleLanguageName] <img src="[ModuleFolder]/images/flag_small/[CountryCode].png" alt="[DisplayName]" align="middle" border="0"> </a></span>" displaycontrol="links" runat="server"></ds:language>), now it is shown as the dropdown again.

Did the interface change as well?
Configuration section of module doesn't reflect any changes!

Günter

New Post
 05/06/2006 09:47 p.m.
 

Ok. This is my fault. I included those files inside the package, but I forgot to include them into the .dnn file

Fixed now on 1.0.19

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCore Localization File Not FoundCore Localization File Not Found