translation_domain
Description:
[
Version ( since =
"1.10" ) ]
public string translation_domain {
get;
set; }
The translation domain, used to localize strings marked as translatable inside a UI definition.
If translation_domain is set to null
,
Script will use gettext, otherwise
dgettext will be used.