Saturday, April 20, 2024
No menu items!
HomeData Analytics and VisualizationTranslating Web Page while Scraping

Translating Web Page while Scraping

Suppose you need to scrape data from a website after translating the web page in R and Python. In google chrome, there is an option (or functionality) to translate any foreign language. If you are an english speaker and don’t know any other foreign language and you want to extract data from the website which does not have option to convert language to English, this article would help you how to perform translation of a webpage.

What is Selenium?

You may not familiar with Selenium so it is important to understand the background. Selenium is an open-source tool which is very popular in testing domain and used for automating web browsers. It allows you to write test scripts in several programming languages. Selenium is available in both R and Python.

Translate Page in Web Scraping in R and Python

In R there is a package named RSelenium whereas Selenium can be installed by installing selenium package in Python. Following is a list of languages chrome supports along with their code. You need this code in making chrome understand from which language to what language you want to translate the web page. NameCodeAmharicamArabicarBasqueeuBengalibnEnglish (UK)en-GBPortuguese (Brazil)pt-BRBulgarianbgCatalancaCherokeechrCroatianhrCzechcsDanishdaDutchnlEnglish (US)enEstonianetFilipinofilFinnishfiFrenchfrGermandeGreekelGujaratiguHebrewiwHindihiHungarianhuIcelandicisIndonesianidItalianitJapanesejaKannadaknKoreankoLatvianlvLithuanianltMalaymsMalayalammlMarathimrNorwegiannoPolishplPortuguese (Portugal)pt-PTRomanianroRussianruSerbiansrChinese (PRC)zh-CNSlovakskSlovenianslSpanishesSwahiliswSwedishsvTamiltaTeluguteThaithChinese (Taiwan)zh-TWTurkishtrUrduurUkrainianukVietnameseviWelshcyREAD MORE »Read MoreListenData

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Most Popular

Recent Comments