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
Syntaxpublic static string GetEnglishName(
string cultureInfoName
)
Parameters
- cultureInfoName
- Type: SystemString
"en-US", "fr" etc
Return Value
Type:
StringThe english name as a string
See Also