Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
PageReference pr = new PageReference(148);
LanguageSelector ls = new LanguageSelector(LanguageContext.Current.CurrentLanguageBranch);
PageData pg = Global.EPDataFactory.GetPage(pr, ls);
string link = pg.StaticLinkURL;
//Or if you dont really need det pageData, just the url
string link = pp.DetermineAutomaticURL(LanguageContext.Current.CurrentLanguageBranch);
Thomas Leela, Epinova
PageReference pr = new PageReference(148); PageData pg = Global.EPDataFactory.GetPage(pr); link = pg.StaticLinkURL
This code gives the default language for the page not the current language.