Builder.translationDomain

string translationDomain() @property

Get translationDomain property.

Returns

The translation domain used when translating property values that

have been marked as translatable in interface descriptions. If the translation domain is null, #GtkBuilder uses gettext(), otherwise [glib.global.dgettext].

void translationDomain(string propval) @property

Set translationDomain property.

Parameters

propvalThe translation domain used when translating property values that have been marked as translatable in interface descriptions. If the translation domain is null, #GtkBuilder uses gettext(), otherwise [glib.global.dgettext].