get_language


Description:

public unowned Language? get_language (string id)

Gets the [class@Language] identified by the given id in the language manager.

Parameters:

this

a LanguageManager.

id

a language id.

Returns:

a Language, or null if there is no language identified by the given id. Return value is owned by this and should not be freed.