Learn R Programming

RGtk2 (version 2.20.31)

rgtk2_bindtextdomain: RGtk2 gettext support

Description

Binds a gettext domain using the libintl linked to RGtk2. A workaround for Windows where R and RGtk2 link to different builds of libintl.

Usage

rgtk2_bindtextdomain(domain, dirname = NULL)

Arguments

domain
The name of the gettext domain.
dirname
The directory containing the catalogs for the domain.

Value

domain or NULL if unsuccessful.

See Also

bindtextdomain in the base package.