Requires ChromeDriver and Selenium Package.
- Download the ChromeDriver for your Chrome version: https://chromedriver.chromium.org/
- Install Selenium using pip
$ pip install selenium
- Assign source_language and target_language from values of Keys in the Dictionary
- Assign the filepath of Chrome Driver to chromedriver_filepath
- Assign the filepath of Source textfile to source_filepath
- Assign the Directory for Output textfile to output_dir
- Execute the script
Keys | Language Code |
---|---|
Detect Language | auto |
Korean | ko |
English | en |
Japanese | ja |
Chinese Simplified | zh-CN |
Chinese Traditional | zh-TW |
Spanish | es |
French | fr |
German | de |
Russian | ru |
Portuguese | pt |
Italian | it |
Vietnamese | vi |
Thai | th |
Indonesian | id |
Hindi | hi |