I use record screen with replaykit. How can I change language of this alert. Or can I make my own custom alert view?
Asked
Active
Viewed 331 times
3
-
which language do you want to change? – Deepraj Chowrasia Aug 25 '16 at 11:15
-
1sorry... Swift 2 please. turkish language. @DeeprajChowrasia – user3193248 Aug 25 '16 at 11:22
2 Answers
0
You add InfoPlist.strings
file to localise values of Info.plist
. open File->New->File
, choose Strings File
under Resource
tab of iOS
, name InfoPlist
, create. insert the Info.plist
values you want to localise like your current recording allowstring

SwiftDeveloper
- 7,244
- 14
- 56
- 85
0
It's a framework of apple;as per my knowledge we can't use custom alert in this case. It should have been working if we change the language of the device, but sadly it's not changing the language of the alert of the ReplayKit
.May be it's an issue of Apple itself.

Deepraj Chowrasia
- 1,349
- 10
- 20