rgtk2_bindtextdomain {RGtk2}R Documentation

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.

Author(s)

Michael Lawrence

See Also

bindtextdomain in the base package.


[Package RGtk2 version 2.20.21 Index]