Uiinfrastructure API Docs  
 

PTStyleSheetLink Constructor (String, String)

Pass in the style sheet name (without the -en and without the .css), and the user's language. For instance, if you want to use mainstyle14-en.css, you would pass in "mainstyle14" as the first argument, and "en" as the second.

public PTStyleSheetLink(
   string sStyleSheetName,
   string sUserLanguage
);

Parameters

sStyleSheetName
URL to style sheet
sUserLanguage

See Also

PTStyleSheetLink Class | com.plumtree.xpshared.htmlconstructs Namespace | PTStyleSheetLink Constructor Overload List