Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorProgrammaticly use DSLocalizatorProgrammaticly use DSLocalizator
Previous Previous
 
Next Next
New Post
 11/27/2009 7:29 AM
 

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
 7/19/2010 4:23 PM
 

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

New Post
 7/26/2010 8:13 AM
 

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

Previous Previous
 
Next Next
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorProgrammaticly use DSLocalizatorProgrammaticly use DSLocalizator