'How to make multi-regional and multilingual sites on Firebase using Next.js

I want to deploy different URLs for different language versions. Also, URL to be in the following format:

English: example.app
French: exemple.app

How can I create that using Next.js for Firebase hosting

Advance Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source