translation_domain
Description:
public string translation_domain {
get;
set; }
The translation domain used when translating property values that have been marked as translatable.
If the translation domain is null, `GtkBuilder` uses
gettext, otherwise dgettext.