In one of my projects in git, the file README.md
is in English, so I made another called README-pt.md
and a link to navigate between them, for example :
[Read this page in English](http....README.md)
[Leia esta página em português](http....README-pt.md)
But is there a way to do this dynamically, in which it opens the correct language according to who is accessing?