Hacker News new | ask | show | jobs
Ask HN: Multi-lingual website question
1 points by maze 5601 days ago
I am currently developing a website which is going to be multi-lingual and translated by native people.

The question is:

Should I have just one domain name with all languages, example: http://example.com/en http://example.com/es

or

http://example.com (english) http://example.es (spanish)

There is going to be a total of around 6-9 languages.

Thank You.

2 comments

I think it depends on your product/company. If you have a product like tumblr or twitter, it is OK if you just use .com. Otherwise if your domain name is a company like Microsoft or Ford, I would recommend to go with country-specific TLDs.
The site will be focused on specific countries, how can I put it example; the finish language of the site will be for the Finish (Finland). Same goes for other languages and countries.

What worries me is that it would be a bit of a hassle to manage all the domains...

If each site will focus on specific countries, then you should note that there is not a one-to-one relation between languages and countries. For example, many countries speak Spanish. If, in the future, you would like to provide sites for both Spain and Chile, then "es" is not enough to differentiate. Do not forget that some countries have more than one official language as well.

Many global corporations with country-specific sites use different domains for each site and make their primary domain (usually www.companyname.com) a gateway where customers can choose their desired country and language. Each country is handled through a specific domain, and multiple languages (when applicable) are often implemented via URL/GET or cookie selection.

Yes, managing many domains is a hassle. The primary reason to choose such a method is recognition in specific locales. For example, .co.jp domains are only available to registered KK companies in Japan (the Japanese equivalent of a C-Corp), so such a domain is very familiar in Japan and give users a sense of added trust. Whether to go with such domain names or not really depends on your business.

If you need to put each site on a different domain (for some reason that you have not specified) but do not want the hassle of managing many domains, then you could consider subdomains: fi.companyname.com is the Finish site and www.compnayname.com is the gateway.

I will most probably do subdomains and redirect ex example.dk to dk.example.com

The site is basically same for every country just different languages so it doesn't matter if you enter from Spain or UK, just chose your preferred language.

Thank You for your help.

I would honestly just do the .com

You can buy the other extensions and keep them in case you need them (forward them to the proper place) but focus on developing on just the main site for now.

Thats what I will most probably do.

Thank You for your help.