Manifest.supportedLanguages Property¶
Module: Manifest
Type: StringArray
Definition¶
The list of supported languages declared in the manifest.
supported_languages: StringArray
Exceptions
An error has occurred during Bioseal Library execution.
StringArray get supportedLanguages => getSupportedLanguages();
Exceptions
An error has occurred during Bioseal Library execution.
public StringArray supportedLanguages
{
get => GetsupportedLanguages();
}
Exceptions
An error has occurred during Bioseal Library execution.
public StringArray getSupportedLanguages() throws BiosealException
Exceptions
An error has occurred during Bioseal Library execution.
public var supportedLanguages: StringArray
get {
return try! getSupportedLanguages()
}
}
Exceptions
An error has occurred during Bioseal Library execution.
int id3BiosealManifest_GetSupportedLanguages (ID3_BIOSEAL_MANIFEST hManifest, ID3_BIOSEAL_STRING_ARRAY hSupportedLanguages)
Returns