Below code set statements are not working :
1.config.textConfig.setDocReviewContinueButtonText(Constants.HypervergeStrings.docReviewContinueButton)
2.config.textConfig.setDocReviewRetakeButtonText(Constants.HypervergeStrings.docReviewRetakeButton)
when Localizable have strings docReviewContinueButton and docReviewRetakeButton respectively.
If strings are removed from Localizable then it will work. Whats the problem with keeping in Localizable in this case and how to fix this ?