What programming do I need to learn to create a multi-lingual translation app

What language programming do I need to learn to create an app that could provide translations for the four major romance language at the same time., For example, you would type in “dog” and it would provide
Spanish: Perro
Italian: Cane
French: Chien
Portuguese: Cao

You could do it with the FreeCodeCamp curriculum - once you learn to use APIs to retrieve datas you can find an API that does translations and create your app with that

1 Like

javascript with a translate api like yandex