Didier Posted December 8, 2022 Report Share Posted December 8, 2022 Im trying to create a bilingual app, Below is the workflow: 1. The admin will choose on a datapage the language option English or French (This will be either a dropdown or a 2. Every table in the app will have a field that displays the choice language made by the admin 3. Every datapage will use that language field in its source table to program the labels in the datapages 4. A simple EXAMPLE for the "company name" field would be code would be the following: If [@Language]= French, "Nom de L'entreprise", ELSE "Company Name" END Quote Link to comment Share on other sites More sharing options...
0 ParkLoey Posted December 13, 2022 Report Share Posted December 13, 2022 Heyaa! Not sure if this is the same thing you want to achieve, but the suggestion contains using Google translate button widget. I hope this helps or gives you an idea! Quote Link to comment Share on other sites More sharing options...
Question
Didier
Im trying to create a bilingual app, Below is the workflow:
1. The admin will choose on a datapage the language option English or French (This will be either a dropdown or a
2. Every table in the app will have a field that displays the choice language made by the admin
3. Every datapage will use that language field in its source table to program the labels in the datapages
4. A simple EXAMPLE for the "company name" field would be code would be the following:
If [@Language]= French, "Nom de L'entreprise", ELSE "Company Name" END
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.