Localize Rover Strings

The Rover SDK has a handful of strings that can be localized into different languages you desire your app to support, all related to downloading Experiences and handling failures thereof.

If you wish to localize them, add the following to the variant for the desired language for Localizable.strings:

"Failed to load experience" = "<translation here>";
"Error" = "<translation here>";
"Cancel" = "<translation here>";
"Try Again" = "<translation here>";
"Something went wrong" = "<translation here>";
"Ok" = "<translation here>";

These correspond to the following two dialog boxes:

Error with Retry Alert Dialog

Error Alert Dialog