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.
Parameters
domain: string
the translation domain to use, or null to use the domain set with textdomain()
msgid: string
message to translate
category: number
a locale category
Returns string
the translated string for the given locale category
This is a variant of
g_dgettext()that allows specifying a locale category instead of always usingLC_MESSAGES. Seeg_dgettext()for more information about how this functions differs from callingdcgettext()directly.