Query: mini18n_set_locale
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
mini18n_set_domain(3) mini18n manual mini18n_set_domain(3)NAMEmini18n_set_locale, mini18n_set_domain - load translationsSYNOPSIS#include <mini18n.h> int mini18n_set_locale(const char * filepath); int mini18n_set_domain(const char * dirpath);DESCRIPTIONmini18n_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 VALUEThese functions return 0 if successful and -1 otherwise. mini18n-0.2 August 30, 2011 mini18n_set_domain(3)