This is a variant of g_dgettext() that allows specifying a locale category instead of always using LC_MESSAGES. See g_dgettext() for more information about how this functions differs from calling dcgettext() directly. Since 2.26
the translation domain to use, or NULL to use the domain set with textdomain(). [allow-none]
message to translate
a locale category
the translated string for the given locale category
See Implementation
This is a variant of g_dgettext() that allows specifying a locale category instead of always using LC_MESSAGES. See g_dgettext() for more information about how this functions differs from calling dcgettext() directly. Since 2.26