Localization of authorization message

For iOS application, we need to provide iOS privacy explanation in iOS settings. As I am using location, I provide the info in: NSLocationWhenInUseUsageDescription


My question is: How can I provide localization for this message (French & English in my case)?
Thanks