Ad Plugin languages
To change the language used by the plugin, pass a language property to the sas.video.register
method:
// Sets the language to French
sas.video.register({
id: 'myContainer',
adData: {...},
...,
language: 'FR'
});
Here is a list of the supported languages:
Code | Language |
---|---|
FR | French |
EN | English (default language) |
DE | German |
ES | Spanish |
IT | Italian |
PL | Polish |
PT | Portuguese |
RU | Russian |
TR | Turkish |