Click or drag to resize

TpsCultureInfo Class

This class manages the Cultural Info of the Tps System.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.Tps.GlobalizationTpsCultureInfo

Namespace:  ABB.Robotics.Tps.Globalization
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public class TpsCultureInfo

The TpsCultureInfo type exposes the following members.

Constructors
  NameDescription
Public methodTpsCultureInfo
Initializes a new instance of the TpsCultureInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetCultures
Returns the installed cultures.
Public methodStatic memberGetEnglishName
Gets the culture name in the format "languagefull (country/regionfull)" in English.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetInstalledLanguages
Gets the installed languages in the controller as language code strings. Example: "en-US", "fr"
Public methodStatic memberGetLanguage
Gets the current language.
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsValidCulture
Checks if cultureInfoName is valid FlexPendant culture.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberSetLanguage
Sets the current language.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventStatic memberChanged
This method is fired when the CultureInfo of the Tps System has been changed.
Top
See Also