Language configurations

When you are implementing docReader with the Autoadd Javacript the language that should be used need to be specified for docReader.

Below you see inline configurations with Lang + Title-text

The list is not complete. Please contact support if you are missing a language.

Dutch (nl_nl)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'nl_nl',
img_alt: 'Open dit document met ReadSpeaker docReader'};
-->
</script>

Dutch (Flemish) (nl_be)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'nl_be',
img_alt: 'Open dit document met ReadSpeaker docReader'};
-->
</script>

Finnish (fi_fi)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'fi_fi',
img_alt: 'Avaa tämä dokumentti ReadSpeaker docReaderillä'};
-->
</script>

French (fr_fr)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'fr_fr',
img_alt: 'Ouvrez ce document avec ReadSpeaker docReader'};
-->
</script>

German (de_de)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'de_de',
img_alt: 'Dieses Dokument mit ReadSpeaker docReader öffnen'};
-->
</script>

Italian (it_it)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'it_it',
img_alt: 'Apri questo documento con ReadSpeaker docReader'};
-->
</script>

Norwegian (bokmaal) (no_nb)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'no_nb',
img_alt: 'Åpne dette dokumentet med Readspeaker docReader'};
-->
</script>

Polish (pl_pl)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'pl_pl',
img_alt: 'Posłuchaj zawartości strony'};
-->
</script>

Portuguese (pt_pt)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'pt_pt',
img_alt: 'Abra este documento com o ReadSpeaker docReader'};
-->
</script>

Portuguese (Brazilian) (pt_br)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'pt_br',
img_alt: 'Abra este documento com o ReadSpeaker docReader'};
-->
</script>

Spanish (es_es)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'es_es',
img_alt: 'Abrir este documento utilizando ReadSpeaker docReader'};
-->
</script>

Spanish (Basque) (eu_es)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'eu_es',
img_alt: 'Ireki dokumentu hau ReadSpeaker docReader-en bidez'};
-->
</script>

Spanish (Catalan and Valencian) (ca_es)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'ca_es',
img_alt: 'Obre aquest document utilitzant ReadSpeaker docReader'};
-->
</script>

Spanish (Mexican) (es_mx)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'es_mx',
img_alt: 'Abrir este documento utilizando el ReadSpeaker docReader'};
-->
</script>

Spanish (Galician) (gl_es)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'gl_es',
img_alt: 'Abre este documento con ReadSpeaker docReader'};
-->
</script>

Swedish (sv_se)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'sv_se',
img_alt: 'Öppna detta dokument med ReadSpeaker docReader'};
-->
</script>

Swedish (Finnish)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'sv_fi',
img_alt: 'Öppna detta dokument med ReadSpeaker docReader'};
-->
</script>

Turkish (tr_tr)

<script type="text/javascript">
<!--
window.rsDocReaderConf = {lang: 'tr_tr',
img_alt: 'Open this document with ReadSpeaker docReader'};
-->
</script>