PHP setlocale() Function
what is the syntax of the SETLOCALE() function in php? Parameter Description constant Required. Specifies what locale information should be set.Available constants:LC_ALL – All of the belowLC_COLLATE – Sort orderLC_CTYPE – Character classification and conversion (e.g. all characters should be lower or upper-case)LC_MESSAGES – System message formattingLC_MONETARY – Monetary/currency formattingLC_NUMERIC – Numeric formattingLC_TIME – Date …