Localization of strings of Uber iOS SDK

105 views Asked by At

I can't find a way to localize the strings of the Uber API for iOS. Specifically, what I want is to localize the strings for the RideRequestButton.

The API provide a method for this or you have to work around?

Thanks

1

There are 1 answers

1
Dustin Whittle On BEST ANSWER

We bundle the localization strings with the sdk: https://github.com/uber/rides-ios-sdk/blob/master/source/UberRides/Resources/en.lproj/Localizable.strings

You can create a new l10n bundle for your locale. By default, we use the locale set in the system preferences.