3

I want to change language of edittext default "Paste" popup.My phone language is English and i set my app language to Persian. But when i long pressed on edittext the default "Paste" popup shows in Arabic language. I want to change it in English.

Here is screenshot of that

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Kinjal
  • 327
  • 2
  • 11
  • you probably want to add your own LongClickListener, which will show your own *paste* popup – Vladyslav Matviienko Jan 09 '19 at 07:02
  • I don't want to make custom popup. is there any other way? @VladyslavMatviienko – Kinjal Jan 09 '19 at 07:05
  • That's the way I know. Don't know about other ways. Probably there are no other ways, as that popup is created by OS from the OS language. If you want a custom something there - you likely will have to create something custom. – Vladyslav Matviienko Jan 09 '19 at 07:05

1 Answers1

0

Here is an answer to modify context menu of edit text...

You can add, edit and remove any item from menu see this

Hanzala
  • 1,965
  • 1
  • 16
  • 43