Set Spanish as defaul language

Hello, can someone please tell me how setup spanish as the defaul home page language?

I try going to admin > languages and selected Spanish as  the "Default Site Language" but when i check the home page it still show in english.

I did a "Cache clean all" but still doesn't save Spanish as the default.

Thank

Quote · 9 Dec 2009

Anyone?

 

I just want to set spanish as the "Default site language".

 

 

Quote · 9 Dec 2009

Hola ir al panel de administración, y luego poner el idioma que ver un menú desplegable el idioma por defecto del menú de tu idioma del sitio seleccionado.
que ha instalado el idioma español?
Dolphin es sólo Inglés
si no descarga de archivos español aquí >> online chat
Ver la versión de que los delfines
Si usted toma el lenguaje de 7 de delfines para Dolphin 7
Si usted toma los 6 idiomas de delfines para los delfines 6

Quote · 9 Dec 2009

Let me try to explain my self better:

 

The spanish file is already installed on my site and is working fine, that is not the issue here. 

 

I can go to the home page and clic on the worl icon and switch from english to spanish with no problem.

 

But what i want to do is make my home page use the spanish file as the default language so when users visit my site the page by default displays in spanish; without having each user click on the worl icon to switch.

 

As far as i know i have all the settings on the admin area correct and i'm starting to think that this setting is not working.

 

Can one of the support guys open a ticket for this?

 

 

Here is a pic of the settings i have:

 

 

As you can see Spanish is set as the default language but on the fron end still shows english as the default.

 

I think that needs to be fix. Thanks 

Quote · 9 Dec 2009

Here's some things you can try:

Settings> Advanced Settings> Templates and remove the check mark from Enable cache for CSS and fro JS files.

Manually delete the files via FTP from within the /cache and /cache_public folders ( EXCEPT for .htaccess.)

Sometimes there are files stilled stored in /cache directory even though you hit Clean All.

Chris

Nothing to see here
Quote · 9 Dec 2009

delete browser cookies I had the same problem if it does not rename the file lang-en lang-es by
and lang es lang-en by

Quote · 9 Dec 2009

Did it work?

I'm having the same issue...

Spanish it's set as default, but shows the website in English.

Quote · 13 Dec 2010

hello :)

I don't know that this is the best way, but it works ;)

i chose the file inc/languages.inc.php and

add this

//----------------------------------------------------
if(empty($_COOKIE)){
setcookie('lang', 'your Lang file');
$url = "your home site URL - ehample - latinas ";
header('Location:'. $url);
exit;
}
//--------------------------------------------------

thats all :)))

Quote · 9 Jan 2011

I have the same problem, language remains on english.. very annoying.

Where should i put your code Voychin?  .. beginning, end .. ?

 

hello :)

I don't know that this is the best way, but it works ;)

i chose the file inc/languages.inc.php and

add this

//----------------------------------------------------
if(empty($_COOKIE)){
setcookie('nl', 'lang_nl.php');
$url = "http://www.hicuty.nl";
header('Location:'. $url);
exit;
}
//--------------------------------------------------

thats all :)))

Quote · 31 Jan 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.