Click or drag to resize

TpsCultureInfoEventArgs Constructor

Initializes a new instance of the TpsCultureInfoEventArgs class with a specific culture name and font family.

Namespace:  ABB.Robotics.Tps.Globalization
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public TpsCultureInfoEventArgs(
	string cultureName,
	string fontFamilyName
)

Parameters

cultureName
Type: SystemString
An string that represents the name of the new selected culture.
fontFamilyName
Type: SystemString
An string that represents the name of the Font family of the new selected language.
See Also