So with all the help (And all the credit) to @ionamol, I have my kinda-bilingual app.
It’s not bilingual from a master-view yet (it would involve a LOT of work) but at least the tours are now bilingual.
Just tested and works perfectly, congrats! Glad to help!
I’m thinking that if there are more than 1 user in the app, and 1 changes the LANG, then everybody else gets affected. Right?
Yep but I think it is possible to create a work around with “per user” filter, something like that:
- Create a user table querying the unique emails from your logins table.
- Add a “selected language” column to the user table.
- Create a new row for each unique email, all with the same content but each one with their selected language.
Don’t know if it is the best way (and requires some work), but I think it works, didn’t tried though.
Just adding this in here in case it’s useful to anyone.
Allows for user submitted translations. (Personal phrase book, admin language updates)
Very good, I am developing a delivery application and I want to integrate a text message button, since in my country banks have a way to pay via text message just by placing specific data, I am copying the code you leave to continued: “sms: // [phone-number]? & body = [text]” and paste it in the section of my google sheet, when I press the button it takes me to my text messages on my cell phone to the number I specified in the code, but it does not generate the message that I place, do you know why?
great app you have there. how do you submitt the phrase to get a response!
@eltintero I would be interested to see how you have implemented the bi-lingual solution. Is it across the entire app or just specific section within the app?
I have 2 columns, one in English and one in Spanish.
If the user selects Spanish in the choice component, then I’ll hide the English column and show the Spanish one.
Thanks
Hi,
Can you explain please how to take from a cell the # and text?
THX
Create a template colomn with the url and add replacements to replace [phone number] and [text] with the column values that contain that information.
Great THX
do you still have the babelfish app? would love to try it…
@ionamol
I tried to use your app but I dont see all the button, like choice from / choice to / send ect
I removed all the visibilities conditions but nothing appears
Do you know what’s wrong ?
thank you