googleads-consent-sdk-ios
googleads-consent-sdk-ios copied to clipboard
Missing localization
Some keys are missing localization, please wrap them properly to allow full internationalization.
Please add spanish support.
@frandelarosa This issue is about strings returned from the SDK, not the embedded web-view itself. #9 fixes these.
How can i localize the consentform(html?)? By default this form appears in english, but i need this in different languages too.
@Tweak81 I think you can only do that manually... changing the consentform.html, depending on the iPhone language and add your own translations
Hi How can I do this programmatically once my app has launched? Do I create another consentform.html in say Spanish then somehow get the form to load with that one?