[ Version ( since = "3.46" ) ]
public ComponentText? dup_description_for_locale (string? locale)
Returns a description for the given locale
.
When locale
is null, the current locale is assumed. If no such description for the locale
exists either a description with no language parameter or the first found is returned.
Free the returned non-NULL ComponentText with e_cal_component_text_free
,
when no longer needed.
this |
A calendar component object. |
locale |
a locale identifier, or null |
description for the |