PHP i18n Functions

EditRocket provides the following information on i18n functions in the PHP source code builder.

string locale_get_default ( void ) - This function returns the default Locale, which is used by PHP to localize certain features.

bool locale_set_default ( string $name ) - Sets the default Locale for PHP programs.