Skip to end of banner
Go to start of banner

How do I translate in-app forms?

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Please note that it is not possible to translate native app forms. In this case, separate forms should be made. For web-view forms, the following can be done:

The below example is for the specific SDK Android case, the way data is sent along differs per SDK type.

import com.mopinion.mopinionsdk.*;

Mopinion M = new Mopinion(this, "12345abcde");
M.data("first name", "Andy");

Video Walkthrough


  • No labels