iOS Question Change context menu of clipboard

schimanski

Well-Known Member
Licensed User
Longtime User
Is it possible to change the context menu of the clipboard-events? I want to use it in german:

paste = einfügen
select all = alles markieren

etc.
 

JanPRO

Well-Known Member
Licensed User
Longtime User
Hi,
I guess you want to fit the context language to the device language:
you can add more than one languages to the array:
B4X:
#PlistExtra: <key>CFBundleLocalizations</key><array><string>German</string><string>French</string><string>Italian</string></array>
I have made some tests:
iOS will automatically choose the correct language, if the array doesn't contain the device language, but "English", english will be chosen. If the array doesn't contain the device language and "English", the first entry of the array will be choosen.

Jan
 
Upvote 0

Taha

Member
Licensed User
Longtime User
Thanks, Jan! But how can we get date representation in different locale?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…