have been marked as translatable in interface descriptions. If the translation domain is null, #GtkBuilder uses gettext(), otherwise glib.global.dgettext.
Builder.translationDomain
string translationDomain() @property nothrowGet translationDomain property.
Returns
The translation domain used when translating property values that
void translationDomain(string propval) @property nothrowSet translationDomain property.
Parameters
propval | 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. |