Is it possible to take the strings somewhere, which are used to localize the Done system button in the UINavigationBar ?

At the moment, I have to use UINavigationBar only because it supports localization for the Done button, but in fact there is no navigation in the application and Done performs a custom function. I would like to use my own view with a localized Done button, if I can get lines for localization somewhere.

0