It seems that programmatically installing accessibility shortcuts can be done in the same way as installing any other user interface component in xib using IBOutlets.
Best practice / methods for localization is another topic, but we generally avoid xib localization when possible (for example, ensuring that projects have enough space to handle the differences between the languages we support, avoiding text in images, etc. .)., relying on NSLocalizedString to set up a copy facing the user (and / or user).
source share