Website with multi-language support

0

Current setup: website with English and German content. i want to change website content based on user location. website is deployed in ECS as a container and can access using application load balancer.

Programming languages used:

  1. html, css, js, type script, react etc

Note: I don't want to get user location from user.

Requirement:

  1. can we able to change language of a website using any AWS services?
  2. can we able to change the website language based on user location without asking user location? can we do this in code itself.
  3. what are the AWS services i need to use to achieve this?
1 Antwort
1

Hello.

can we able to change language of a website using any AWS services?

Probably possible using Amazon Translate.
https://docs.aws.amazon.com/translate/latest/dg/examples-web.html

can we able to change the website language based on user location without asking user location? can we do this in code itself.

I think it is possible to identify the country to some extent from the access source IP address by using the following API.
https://www.geolocation.com/ip-geolocation-api

what are the AWS services i need to use to achieve this?

This overlaps with question 1, but it is probably possible using Amazon Translate.

profile picture
EXPERTE
beantwortet vor 6 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen