How to customize TAdvMemo popup menu

How do I customize the TAdvMemo default popup menu? I need to localize the items cut/copy/paste/undo/redo/select all.

Also, it appears that the same default popup menu is not adjusted for high DPI. The items are crammed close together.

Also, if the same menu ContextMenuImages is assigned to NULL (or nil), it crashes on right click. Assigning NULL should be regarded as "no images", not crash.

You can disregard the question. I customized by adding own TPopupMenu. Still, the bug with default menu regarding high DPI and crash should be taken care of, even though for me personally, I don't need those any longer.