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() @propertyGet translationDomain property.
Returns
The translation domain used when translating property values that
void translationDomain(string propval) @propertySet 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]. |