rgtk2_bindtextdomain {RGtk2} | R Documentation |
Binds a gettext domain using the libintl linked to RGtk2. A workaround for Windows where R and RGtk2 link to different builds of libintl.
rgtk2_bindtextdomain(domain, dirname = NULL)
domain |
The name of the gettext domain. |
dirname |
The directory containing the catalogs for the domain. |
domain
or NULL
if unsuccessful.
Michael Lawrence
bindtextdomain
in the base package.