// Locale
$locale = fusion_get_locale("", FIGURELIB_LOCALE);
// Check if a locale file is available that match the selected locale.
if (file_exists(INFUSIONS."figure_lib/locale/".LANGUAGE.".php")) {
// Load the locale file matching selection.
include INFUSIONS."figure_lib/locale/".LANGUAGE.".php";
} else {
// Load the default locale file.
include INFUSIONS."figure_lib/locale/English.php";
}
Category Forum
Modifications and Requests - 9Labels
None yet
Statistics
2 participants
Notifications
You are not receiving notifications from this thread.
Related Questions