Is there a way to change the language of UIPasteControl in iOS 16?

I try the new API "UIPasteControl" of iOS 16 beta and want to use the UIPasteControlDisplayModeLabelOnly display mode, but don't know how to change the language of the text, it is always English "Paste", but I want it show other Language, is it possible?

The UIPasteControl should get localized in whatever language the device is in.

@qiezishu I am having a hard time implementing this button myself. Did you use the storyboard to created? Also could you paste a snippet on how to enable it? Thanks!

Is there a way to change the language of UIPasteControl in iOS 16?
 
 
Q