Developer forum

Forum » Feature requests » New Language in language/area

New Language in language/area

Nuno Aguiar
Reply
Hi,

We have a website with a language/area for Mozambique, Cape Verde and Portugal. In the language/area I cannot choose any of these portuguese based countries. The long lang should be different.

Best Regards,
Nuno


Replies

 
Nicolai Høeg Pedersen
Reply
Could you elaborate - not sure I understand.
 
Nuno Aguiar
Reply
Hi Nicolai,

We are setting up 3 language/areas for a website (Portugal, Cape Verde and Mozambique). Although they all speak "portuguese" they should have different LongLang results (pt-PT, pt-CV, pt-MZ) like you have for portuguese from Brazil (pt-BR).

This will not only correctly index the pages but also allow us to set the changes through the translate tags.

Nuno

 
Nicolai Høeg Pedersen
Reply
So the regional settings dropdown?

It has values from .NET cultureinfo object - see a complete list of available cultures here:
http://www.csharp-examples.net/culture-names/

.NET does not support pt-CV and pt-MZ...
CultureInfo.JPG
 
Nuno Aguiar
Reply
Hi Nicolai,

Ok... that poses a slight problem for us. This is a company that works in portuguese speaking countries. Because of this we have to create different tags and templates, otherwise the Lang will not be correct and indexing the pages will not turn out ok.

I will try and find the correct way to get this configuration for all portuguese speaking countries and see what our best outcome can be.

Nuno

 
Morten Bengtson
Reply
This post has been marked as an answer
You might be able to register the missing cultures on the server using .NET - http://msdn.microsoft.com/en-us/library/ms172469.aspx
I'm not sure it's a good idea though :-)

/Morten
Votes for this answer: 0
 
Nuno Aguiar
Reply
Hi Morten,

Thanks. We will be taking a look at this, but that might be the answer we need.

/Nuno