sParams | [optional] (String) Text list of parameters specifies text return method. Entries are in the KeyVal format, for example "lang:cs;".
"lang:xxx;" (optional) - Text identifier of language for evaluation of localized text.
If the "lang:xxx;" parameter is not defined (or there is an empty string) then the currently set language of the application is used (e.g. "en", "cs" ...). See How to create an application using different national languages. |
---|
var oTrend = pMe.Pm("/Trends");
var sTitle = oTrend.GetGroupTitle();