How can the "Fatal error: Call to undefined function locale_get_default()" error be resolved in PHP?

The "Fatal error: Call to undefined function locale_get_default()" error occurs when the locale extension is not enabled in PHP. To resolve this issue, you need to enable the locale extension in your PHP configuration.

// Enable the locale extension in PHP configuration
extension=locale