1

Topic: multi language

I try to setup a multi languages in my site.
I download The languages pack that i would like to setup uploaded in the into the path "includes->language" extract them, activate them in the CP, go to Override members language = No
But i still have a one language in the time in my site.



any ideas plz

Last edited by fadhil (2012-02-06 17:53:11)

2

Re: multi language

Is your member group allowed to change language?

Settings > member groups > "your group" > Look and Feel Privileges

3

Re: multi language

well , i changed all "Look and Feel privileges"  for all the groups in member group to "can change the language=YES", but still i still get one language in a time.

by the way when i change the language in the CP the only change the menu bar language in the web site,the rest stay in english? is that correct?

4

Re: multi language

please show a link to your site so we can try it ?
it make it more easy for us to support you !

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

5

Re: multi language

Thanks gugu for your response

well, im just try to figure out my first site i have some difficulties:

1- i setup my site with a few multi languages,but i see not all pages is translated, if you open the link down you will see a mix of Dutch and english(like quick search and even in the same page like registration page).
2- i expect the language symbol or drop down menu for the language in the main list(if the user dosent know the language how he going through the options to change it) or do i miss something?
3- my web link is
http://www.nedate.nl/be2net.nl/
i would like to change it to
http://www.be2net.nl/
how can i do that?

6

Re: multi language

and i try enter new user, then i get this messege:
Iemand met jouw IP-adres heeft zich onlangs geregistreerd. Probeer het over 12 uur nog eens.
which mean someone else used your IP address to register, try later after 12 hours

I dont know what the problem with that????

7

Re: multi language

okey first ... you can´t install vldpersonals in 2 places.
(License data does not seem to match your account settings)
it is why you get this errormessages ! now you must re-issue your license!
(then you hit the reissue button read the text under the button how to do )

first install it on the domain you need to have public.
I think it is http://www.be2net.nl/
then customize your header.tpl so it will show languages flags.
if it not translate all words you need to update your languages files.

and I think you get problems with new users because you are register members on your site self.
you can change it on your controlpanel and settings ...
but first I think you should read 60 Mods to Make Your Site Even Better

Last edited by gugu (2012-02-09 18:01:31)

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

8

Re: multi language

i would like to explain this satuatuion
all my files has been installed in the folder www.nedate/be2net.nl (be2net.nl is created by using add domain in the Cpanel, now my new addres is (www.be2net.nl) is without server space.
i would like to use my new address to point to the link (www.nedate/be2net.nl) , i tried redirect domain in Cpanel but didnt works.


----------------------------------------------------------------------------
i used the following code in the file  header.tpl but nothing is comming

<form name="jump">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="{virtual_path}">Translate</option>
<option value="{virtual_path}?language=english">English</option>
<option value="{virtual_path}?language=spanish">Dutch</option>
</select>
</form>

--------------------------------------------------------------------------
Any ideas plz

Thanks

Last edited by fadhil (2012-02-12 17:23:01)

9

Re: multi language

your header.tpl
on top

<html xmlns="http://www.w3.org/1999/xhtml">
add here this code will be on your top middle you wana change you play with your page

<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Yeni Sayfa 1</title>
</head>

<body>

<p align="center">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="{virtual_path}">Translate</option>
<option value="{virtual_path}?language=english">English</option>
<option value="{virtual_path}?language=spanish">Dutch</option>
</select></p>

</body>

</html>

10

Re: multi language

fadhil wrote:

all my files has been installed in the folder www.nedate/be2net.nl (be2net.nl is created by using add domain in the Cpanel, now my new addres is (www.be2net.nl) is without server space.
i would like to use my new address to point to the link (www.nedate/be2net.nl) , i tried redirect domain in Cpanel but didnt works.

I think you should contact your webhost and ask them to help you
if they have a good support they should help you !

Give the world the best you have, and the best will come to you.
Tutorials and Mods for VldPersonals  Add CometChat to your vldPersonals site

11

Re: multi language

<p align="center">
<select name="menu" onChange="location=document.jump.menu.options[document.jump.menu.selectedIndex].value;" value="GO">
<option value="{virtual_path}">Translate</option>
<option value="{virtual_path}?language=english">English</option>
<option value="{virtual_path}?language=spanish">Dutch</option>
</select></p>

</body>

sombody know how can i add the flag pic beside the language text?? also add "if condiction" to remove the current language from the poll down menu?

Last edited by fadhil (2012-02-14 16:46:28)