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
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
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.