Hi,
Is there any simple way to deal with multilingual apps?
i.e.: I need to send email registration confirmation in different languages…
n.b.: I’m working with REST API from a Qt mobile app.
I didn’t found any option or variable about that in backendless, so the only method I guess is to disable the “Require Email Confirmation” option, to prepare custom email templates for each required language and then process all the necessary REST calls depending on selected language, but it’s too bad to not be able to take advantage of a specific system in backendless!
Any ideas?