//忘记密码页面
self.loginButtonTitleLabel.text = NSLocalizedString(@"remember_password_tip", nil);
self.pageTitle.text = NSLocalizedString(@"forgot_password", nil);
iOS
原文:https://www.cnblogs.com/gloryhope/p/13037488.html