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.
Pass in an HTMLLink object with the complete stylesheet link, overriding base URL on this object
public PTStyleSheetLink(HTMLLink);
Pass in the full URL; ignore the base URL set on this object.
public PTStyleSheetLink(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,string);
PTStyleSheetLink Class | com.plumtree.xpshared.htmlconstructs Namespace