Click or drag to resize

TpsCultureInfoGetEnglishName Method

Gets the culture name in the format "languagefull (country/regionfull)" in English.

Namespace:  ABB.Robotics.Tps.Globalization
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public static string GetEnglishName(
	string cultureInfoName
)

Parameters

cultureInfoName
Type: SystemString
"en-US", "fr" etc

Return Value

Type: String
The english name as a string
See Also