#include <glib/gprintf.h>
#include <locale.h>
#include "gettextex2.h"
int main(void)
{
setlocale (LC_ALL, "");
gettextex2 ();
return 0;
}