I have implemented every delegate method in the OSKPresentationLocalization. It seems like the
- (NSString *)osk_localizedText_FacebookAudience_Public;
- (NSString *)osk_localizedText_FacebookAudience_Friends;
- (NSString *)osk_localizedText_FacebookAudience_OnlyMe;
when implemented, they translate the strings that are in the following tableview

however as you can see, when a selection is made, the string over the keyboard is not properly translated:

Thanks for your time. Will consider forking and making a pull request to fix this issue if a fix isn't already in the works
I have implemented every delegate method in the OSKPresentationLocalization. It seems like the
when implemented, they translate the strings that are in the following tableview
however as you can see, when a selection is made, the string over the keyboard is not properly translated:
Thanks for your time. Will consider forking and making a pull request to fix this issue if a fix isn't already in the works