Property
ClutterScript:translation-domain
Description [src]
The translation domain, used to localize strings marked as translatable inside a UI definition.
If ClutterScript:translation-domain is set to NULL, ClutterScript
will use gettext(), otherwise g_dgettext() will be used.
| Type: | gchar* |
| Setter method | clutter_script_set_translation_domain() |
| Getter method | clutter_script_get_translation_domain() |