public setLocale (mixed $category, mixed $locale)
Sets locale information
// Set locale to Dutch $gettext->setLocale(LC_ALL, 'nl_NL'); // Try different possible locale names for german $gettext->setLocale(LC_ALL, '[email protected]', 'de_DE', 'de', 'ge');
Please login to continue.