-
Notifications
You must be signed in to change notification settings - Fork 47
Localisations in EU Languages for Consent web view standard text. #19
Comments
Even if we had the localized strings, how can we localize the HTML file on iOS? |
Here is my German translation of the body tag for the HTML file. It would be nice if other native speakers of other languages also translate this area in the HTML file and publish it here? German version:
|
Russian version:
|
Thanks @codenia for sharing the German and Russian versions. I'll be using with the native UI View showing same text as shown in the Web View banner. I'm not sure how to a different html for each language. |
For iOS I use the original PACView from this Google Mobile Ads Consent SDK. I did the following to localize it. I copied the file consentform.html for each language and renamed it: Then I created a new strings file in my project and named it consentform.strings. Then I activated localization of the file for each language: This is entered in the english consentform.strings file:
This is entered in the german consentform.strings file:
And in the other files the other language code. In the file PACView.m I modified this method like this:
It is not a very good solution, because with an update of the SDK I have to adjust this method again manually. But I did not come up with a better solution. I will deal with Android at the end of next week. Let's see how I do it there. I'm grateful to Google for initializing this SDK. |
This is great!! Thanks a lot @codenia It will be helpful if you could share the translation strings for European languages French, Italian, Spanish, Dutch and Portuguese. Also Japanese, Korean and Simplified Chinese. |
I'm sorry, but I don't have translations for these languages yet. It would be very nice if people from these countries would translate the texts here. Otherwise I would have to order it from the translators and it would take a long time. |
Today I ordered the translation for the other eight languages. I'll post all files here by the end of next week. |
@codenia just found that Google's Privacy policies are only in these languages. Seems your screen will be more sophisticated than Google's :-). |
Here are as promised all 10 languages I have. The texts were translated by a translation team. I cannot guarantee the correctness of the translation. Chinese (Simplified) |
This is great @codenia! Thanks a ton for improving the customer experience for other app along with yours. |
@codenia Thank your for the translation. This can use with Android SDK? |
Yes, you can use these html files also for android. |
@codenia Check my solution for Android here: googleads/googleads-consent-sdk-android#14 |
Thanks for this thread @codenia. |
[When we show the consent form in English language to a non English Speaker, then they will not understand the language and end up giving us bad ratings. If you can share the strings for your standard form (attached here) that will help us (and many others) to provide a good user experience while taking user consent.]
The text was updated successfully, but these errors were encountered: