Hi, After investigation I find why we can't use DSLocaleSelector into Skin.
(Using Delisoft DSLocalizator for DNN5 Version.03.00.04 BETA)
(On DotNetNuke 5.4.2 and 5.4.4)
It's because within DSLocaleSelector.ascx (path: ~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelector.ascx) there is a reference to Delisoft.DNN.Modules.DSLocalizator.dll on the first line (line 1: Inherits="Delisoft.DNN.Modules.DSLocalizator.DSLocaleSelector").
So I go check this reference into the DLL. But DSLocaleSelector object was'nt there. In this namespace only those classes are there :
A,
B,
C,
D,
DSHACKReminderTask,
E,
PurgeDSViewState
I find the DSLocaleSelectorPA in the DLL under UI namespace (Delisoft.DNN.Modules.DSLocalizator.UI) and it is this object that we use to run the DSLocaleSelectorPA module and configure it with DSLocaleSelectorPAOptions under a module object. We can use the DSLocaleSelectorPA module to display the Language Selector but we can't use DSLocaleSelector like a SkinObject because the reference in the DLL is missing (meaby name changed into A object).
So I think You should compile your DLL right for make the SkinObject work and create a new version (3.0.5 or something ;) ) diponible on your site.
I apreciate your hard work into this module. I hope this help.
Thanks for help us out,
Joël
Sorry for my poor english.
Edit: Supression of the Quote