提供本地化的語言和語言代碼

指定語言代碼

HTML5 SDK 會使用 ImaSdkSettings.setLocale 設定 UI 元素中的文字語言。 語言代碼必須在 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);

立即試用

您可以在下方查看運作中的實作方式。