Chartboost iOS: Get localized Video Ads?

81 views Asked by At

How to set up a campaign to get localized video ads? Is it possible?

If the user´s phone is us-language, show english videos, and if its a german phone, show german videos.

1

There are 1 answers

1
Michael Teper On

You can localize the identity of the resource you use to load the video by wrapping the identifying string with NSLocalizedString macro (or function, in Swift). In your Localizable.strings you would specify the English identifier for the en locale and the German one for the de locale.