Los widgets se pueden traducir a los siguientes idiomas:
Idioma | culture-slug |
---|---|
árabe | ar |
bengalí | bn |
chino | zh |
croata | hr |
ingles | en |
francés | fr |
alemán | de |
hindi | hi |
húngaro | hu |
indonesio | id |
italiano | it |
japones | ja |
coreano | ko |
polaco | pl |
portugués | pt |
ruso | ru |
ingles | es |
turco | tr |
ucraniano | uk |
Vietnamita | vi |
alemán | de |
hindi | hi |
húngaro | hu |
indonesio | id |
italiano | it |
japones | ja |
coreano | ko |
polaco | pl |
portugués | pt |
ruso | ru |
ingles | es |
turco | tr |
ucraniano | uk |
Vietnamita | vi |
Al cambiar el idioma en los widgets, cambie la fuente del iframe de acuerdo con esta plantilla:
https://pc-builds.com/{culture-slug}/embed/{widget-type} // For example {culture-slug} is replaced with "es" for Spanish
Incruste nuestra calculadora de cuellos de botella usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/bottleneck-calculator"
id="pc-builds-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Incruste nuestra calculadora de cuadros por segundo usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/fps-calculator"
id="pc-builds-fps-calculator"
onload="LoadPCBuildsIFrame('pc-builds-fps-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Incruste nuestra calculadora de cuellos de botella en el juego usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/games-bottleneck-calculator"
id="pc-builds-games-bottleneck-calculator"
onload="LoadPCBuildsIFrame('pc-builds-games-bottleneck-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Incruste nuestra calculadora de unidad de fuente de alimentación usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/psu-calculator"
id="pc-builds-psu-calculator"
onload="LoadPCBuildsIFrame('pc-builds-psu-calculator');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Vista incrustada para la comparación de procesadores usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/compare-processors"
id="pc-builds-compare-processors"
onload="LoadPCBuildsIFrame('pc-builds-compare-processors');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>
Vista incrustada para la comparación de tarjetas gráficas usando este código.
<script>
function LoadPCBuildsIFrame(id){
let frame = document.getElementById(id);
frame.style.height = (frame.contentWindow.document.body.scrollHeight + 30) + 'px';
}
</script>
<iframe loading="lazy"
src="https://pc-builds.com/en/es/embed/compare-graphic-cards"
id="pc-builds-compare-graphic-cards"
onload="LoadPCBuildsIFrame('pc-builds-compare-graphic-cards');"
style="overflow:hidden !important;min-height:500px !important;width:100% !important;">
</iframe>