IAppComponentInfo.FormatTitle Method
Formats the title of the component for the specifed language.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
string FormatTitle(
AppComponentTitle parts,
string langAbbr
)
Function FormatTitle (
parts As AppComponentTitle,
langAbbr As String
) As String
String^ FormatTitle(
AppComponentTitle parts,
String^ langAbbr
)
abstract FormatTitle :
parts : AppComponentTitle *
langAbbr : string -> string
- parts AppComponentTitle
- Parts to include into the title.
- langAbbr String
- The value of Abbr of the language to format the title for.
StringTitle of the component.