Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCore Localization File Not FoundCore Localization File Not Found
Previous Previous
 
Next Next
New Post
 6/5/2006 11:22 AM
 
 Modified By f.bosito  on 6/5/2006 9:23:02 AM
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
 6/5/2006 12:08 PM
 
 Modified By f.bosito  on 6/5/2006 10:11:47 AM

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
 6/5/2006 10:47 PM
 

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

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorCore Localization File Not FoundCore Localization File Not Found