Copy Paste Prompt

When users press long on text they receive a pop up (prompt) to copy and paste, but the language should be the one of ios and it’s only english even if if springboard is in french…

How can this be automatically switch to ios language ? (if ios is in french, it should be Copier Coller and if ios is in english, it should be Copy Paste…

Whats your code for that?
maybe you could use http://www.ngx-translate.com/

no specific code, I have an simple html like this:

<ion-input type="text" [(ngModel)]="event.eventTitle" (keypress)="onChangeTitle($event)" placeholder="Titre de l'évènement"></ion-input>

when i long press from ios to paste text, the pop is not detecting my ios language…

This could then be an cordova issue.