Platforms to show: All Mac Windows Linux Cross-Platform

Back to WhisperMBS module.

WhisperMBS.LangID(Name as String) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Return the id of the specified language, returns -1 if not found.

Examples:
"de" -> 2
"german" -> 2

WhisperMBS.LangString(id as Integer) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the language string for the id.

Return the short string of the specified language id (e.g. 2 -> "de"), returns "" if not found.

WhisperMBS.LangStringFull(id as Integer) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the language string for the id.

Returns the short string of the specified language name (e.g. 2 -> "german"), returns "" if not found

WhisperMBS.Loaded as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Whether the library is loaded.

WhisperMBS.LoadErrorMessage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
The error message for loading the library.

WhisperMBS.LoadLibrary(File as FolderItem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the library.

Set the LoadErrorMessage property.

See also:

WhisperMBS.LoadLibrary(Path as String) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Whisper MBS Tools Plugin 25.2 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Loads the library.

Set the LoadErrorMessage property.

See also:

The items on this page are in the following plugins: MBS Tools Plugin.


The biggest plugin in space...