SourceLanguageManager.getLanguageIds

Returns the ids of the available languages.

class SourceLanguageManager
string[]
getLanguageIds
()

Return Value

Type: string[]

a NULL-terminated array of string containing the ids of the available languages or NULL if no language is available. The array is owned by lm and must not be modified.

Meta