You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a basic web application that allows users to translate text from one language to another. It's built using HTML, CSS, and JavaScript and utilizes the MyMemory Translation API for language translation.
- Select the source and target languages for translation.
11
+
- Enter the text to be translated.
12
+
- Click the "Translate" button to get the translation.
13
+
- Click the "Clear" button to clear the textarea.
14
+
- You can copy the text by clicking on copy icon.
15
+
16
+
17
+
## How to Use
18
+
19
+
1. Clone the repository to your local machine.
20
+
21
+
2. Open the `index.html` file in a web browser to run the application.
22
+
23
+
3. Choose the source and target languages from the dropdown menus.
24
+
25
+
4. Enter the text you want to translate into the textarea.
26
+
27
+
5. Click the "Translate" button to get the translation.
28
+
29
+
## Languages
30
+
31
+
You can select from a variety of languages for translation. The current options include English, Hindi, and Urdu. You can easily expand the list by adding more languages to the dropdown menus in the HTML.
0 commit comments