The PHP Internationalization extension is used in almost all modern frameworks. The extension is useful for formatting currency, number, and date/time as well as UCA-conformant collations, for message formatting and normalizing text..etc.
1 – Open [xampp_folder_path]/php/php.ini to edit.
2 – Search for – extension=php_intl.dll
;extension=php_intl.dll
and uncomment the line by removing the semicolon.
extension=php_intl.dll
3 – save the file and restart Apache.
I hope you like this Post, Please feel free to comment below, your suggestion and problems if you face - we are here to solve your problems.