Multilingual Website and Redirection 302 Issue

Permalink
I just would like to learn if we make a multilanguage website, redirect the website to secure site HTTPS using `.htaccess` is treated multiple redirection of websites as

- http to https
- https to english / german / ... languages.

These redirections causes a lot of latency (delay) which is unnecessary. More over these language redirections are treated to be 302 temporary redirects and SEO companies are complaining about it.

What I do now, I redirect website to directly a language, secure access, using htaccess code. All complains gone away, but there is an issue all costumers are ending up my Local Site which is in Turkish. Normally we like to select the language based on their preferences automatically handled with concrete 5.

Could you tell me what is the best method to overcome this redirection issue?

called website is
http://kordil.com.tr

English:https://kordil.com.tr/index.php/en...
Turkish:https://kordil.com.tr/index.php/tr...

Best regards,

harun