Builder.translationDomain

string translationDomain() @property

Get translationDomain property.

Returns

The translation domain used when translating property values that

have been marked as translatable.

If the translation domain is null, [gtk.builder.Builder] 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. If the translation domain is null, [gtk.builder.Builder] uses gettext(), otherwise [glib.global.dgettext].