Multi-Language and Auto Translation for a String List (App/Page State)

Database & APIs

Hi,

I checked the documentation and 4-5 related old posts, however I see no tidy and systematical solution.

Is this possible to use Google Auto Translate functionality for a string list in App State or Page State?

From my understanding, Enums and Constants are not suitable for translation. But as far as I can see we are not able to auto-translate lists on App State or Page State as well.

It is not practical to create many versions for the same list for each language and conditionally checking the language for each language. It is hard to maintain.

Is there a more professional way of handle localization for string lists?

Thanks in advance for your guidance

What have you tried so far?

1) I created multiple versions of each list and conditionally checked for each language for each list which is quite unpractical and very inconvenient to manage.

2) Retrieving translations from AWS DynamoDB via AWS Lambda function with a search key and language code. But, I don't know if it is wise to fetch the translations of the list while each page display.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
1 reply