[ Version ( since = "0.1.32" ) ]
public unowned string get_description (string locale) throws Error
Gets the profile description.
If the translated text is not available in the selected locale then the default untranslated (en_US) text is returned.
this |
A valid Icc |
locale |
A locale, e.g. "en_GB.UTF-8" or null for the profile default |
The text as a UTF-8 string, or null of the locale is invalid or the tag does not exist. |