3

I am using App Invites in my app to let users invite their friends to use the app, but today I noticed a problem.
The app invite dialog is in a foreign language (with cyrillic letters in my case, as in the photo below).

enter image description here

Is there a way to change it, to reflect the user's device language, or to set it permanently to English ?

Edit.
The code I'm using to invite friends :

 FacebookSdk.sdkInitialize(getActivity().getApplicationContext());

        if (AppInviteDialog.canShow()) {
            AppInviteContent content = new AppInviteContent.Builder()
                    .setApplinkUrl(appLinkUrl)
                    .setPreviewImageUrl(photoUrl)
                    .build();
            AppInviteDialog.show(this, content);
        }

Thanks.

Rick Sanchez
  • 4,528
  • 2
  • 27
  • 53

0 Answers0