TpsCultureInfoGetInstalledLanguages Method |
Gets the installed languages in the controller as language code strings.
Example: "en-US", "fr"
Namespace:
ABB.Robotics.Tps.Globalization
Assembly:
ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntaxpublic static string[] GetInstalledLanguages()
Return Value
Type:
StringA string array containing the culture name in the format "languagecode-country/regioncode"
Exceptions| Exception | Condition |
|---|
| GeneralException |
SYS_CTRL_E_FAIL, SYS_CTRL_E_UAS_REJECT,
ROB_E_REMOTE_FILE_NOT_FOUND (current working directory does not exist),
ROB_E_GENERAL_REMOTE_FILE_ERROR, ROB_E_INVALIDENCODING,
ROB_E_CONNECT (error while connecting to remote FTP-server) |
See Also