mini18n_set_locale(3) debian man page | unix.com

Man Page: mini18n_set_locale

Operating Environment: debian

Section: 3

mini18n_set_domain(3)						  mini18n manual					     mini18n_set_domain(3)

NAME
mini18n_set_locale, mini18n_set_domain - load translations
SYNOPSIS
#include <mini18n.h> int mini18n_set_locale(const char * filepath); int mini18n_set_domain(const char * dirpath);
DESCRIPTION
mini18n_set_locale() loads a translation from the specified filepath. mini18n_set_domain() loads a translation matching the system language. The translation file is searched in the directory specified by dirpath. If dirpath is NULL, the translation is searched in the current directory.
RETURN VALUE
These functions return 0 if successful and -1 otherwise. mini18n-0.2 August 30, 2011 mini18n_set_domain(3)
Related Man Pages
xtaugmenttranslations(3) - debian
xtaugmenttranslations(3) - centos
xtaugmenttranslations(3xt) - ultrix
xtoverridetranslations(3xt) - ultrix
dtdts(5) - hpux
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?