针对语言和语言区域进行本地化

指定语言区域

HTML5 SDK 使用 ImaSdkSettings.setLocale 设置界面元素内的文本语言。 语言区域必须在 AdDisplayContainer 和之前设置 AdsLoader 已初始化,一旦它们便无法更改 对象。

    google.ima.settings.setLocale('fr');
    var adContainerElement = document.getElementById('adContainer');
    var adDisplayContainer = new google.ima.AdDisplayContainer(adContainerElement);
    var adsLoader = new google.ima.AdsLoader(adDisplayContainer);

试试看

您可在下方看到有效的实现代码。