IAppComponentInfo.FormatTitle Method

Formats the title of the component for the specifed language.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
string FormatTitle(
	AppComponentTitle parts,
	string langAbbr
)

Parameters

parts  AppComponentTitle
Parts to include into the title.
langAbbr  String
The value of Abbr of the language to format the title for.

Return Value

String
Title of the component.

See Also