Here is an extremely simple way to display your website in different languages until you are able to create your own translation files for all of the languages you need.
Add the HTML Elementor widget to where you would like to display the translation selection. (Example: The website’s header).
Add a CSS ID to the HTML Elementor widget. ( Example: google-translate-selector )
Add the following code to the HTML Elementor widget.
// Make sure to include the "script" tags.
You can add CSS to style it a bit.
Here is the complete code with the CSS included.
Minified CSS if you prefer