Hi @Heena91
What will be the URL structure? If it's going to be something like below:
en_us/home.html
en_ca/home.html
en_in/home.html
then you will need to create multiple copies of the page which mean you can go with the live copy approach.
Using the live copy approach you can create the master copy using the language-masters root and then rollout it to different locale.
After rollout, you can cancell inheritance of the content section which you want to modify at the specific locale level such as if you want to keep en_us and en_in banner same whereas en_ca banner different, you can break the inheritance of the banner on the en_ca page and then update the content. Remaining all content will be inherited from the language masters root path.
https://experienceleague.adobe.com/docs/experience-manager-65/administering/introduction/msm-livecop...
Thanks!