Registrarse | Entrar
jueves, 09 de febrero de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorProgrammaticly use DSLocalizatorProgrammaticly use DSLocalizator
Anterior Anterior
 
Siguiente Siguiente
New Post
 27/11/2009 07:29 a.m.
 

If I have the TabId, how can I programmaticly retrieve the localizated title of the page using DSLocalizator?

Is it possible to do the same using the page name?

Thanks

New Post
 19/07/2010 04:23 p.m.
 

Hi -- did you ever find a solution? I'm having the same problem. Thanks!

New Post
 26/07/2010 08:13 a.m.
 

mmm... where are you working ?

into the codebehind(VB) of a control (.ascx)?
into Java-Script for the final display?

Normaly(without DSLocalizator) in VB you can get tab via the TabController class:

ie:
Dim MyController As DotNetNuke.Entities.Tabs.TabController
Dim MyTab As DotNetNuke.Entities.TabInfo
Dim MyTabTitle As String

MyTab = MyController.GetTabs(putTabIDHere)
MyTabTitle = MyTab.LocalizedTabName
 

Please tell me what you want to do. then i will help you more ^^
Regards,
Joël

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorProgrammaticly use DSLocalizatorProgrammaticly use DSLocalizator