Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - MultiLingual Forum
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

MultiLingual Forum

 Post Reply Post Reply
Author
kibrisca View Drop Down
Newbie
Newbie
Avatar

Joined: 01 May 2006
Location: Cyprus
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote kibrisca Quote  Post ReplyReply Direct Link To This Post Topic: MultiLingual Forum
    Posted: 04 May 2006 at 3:34pm
Hi everyOne,
 
I am trying to do multilingual forum, I look all the forum topics and found some scripts I tried but it didnt work! Can anyone help me please...  Also some downloads for multilingual zip files doesnt work...
 
Waiting help from everyone!!!  especially Languser (Chris)
 
I did this MOD but it didnt work!
---------------------------------------------------------------------------------------------
basicaly I had the language_files\ folder divided up so that images, and strings were broken into \language_folders\en, fr, de, etc.
 
For example, I put the lanauges_files files in sub folders and replaced the files in language files with similar things like:

<%
'****************************************************************************************
'**
'**  Multi-language MOD by SiC/CYAN for Web Wiz Forum 7.5
'**  ----------------------------------------------------
'**
'**  Edit this file to enable more languages. It's quite easy.
'**  What you need to do is just add a link like "default.asp?lang=chs" to let the forum
'**  users select their prefer language.
'**
'**  Any questions & ideas please mail to sic666@163.com
'**
'**  For the original forum please visit:
'**  http://www.webwiz.net/forum
'**
'****************************************************************************************
%>
<!-- #include file="var_admin_language_file_inc.asp" -->
<%
select case lang
    case "chs"
        '-----------Chinese Simplified-----------
        %><!-- #include file="chs/admin_language_file_inc.asp" --><%
    case "fr"
        '-----------French-----------
        %><!-- #include file="fr/admin_language_file_inc.asp" --><%
    case "br"
        '-----------Portuguese-----------
        %><!-- #include file="br/admin_language_file_inc.asp" --><%
    case "de"
        '-----------German-----------
        %><!-- #include file="de/admin_language_file_inc.asp" --><%
    case "it"
        '-----------Italian-----------
        %><!-- #include file="it/admin_language_file_inc.asp" --><%
    case "es"
        '-----------Spanish-----------
        %><!-- #include file="es/admin_language_file_inc.asp" --><%
    case "fi"
        '-----------Finnish-----------
        %><!-- #include file="fi/admin_language_file_inc.asp" --><%
    case "nl"
        '-----------Dutch-----------
        %><!-- #include file="nl/admin_language_file_inc.asp" --><%
    case "se"
        '-----------Swedish-----------
        %><!-- #include file="se/admin_language_file_inc.asp" --><%
    case "tr"
        '-----------Turkish-----------
        %><!-- #include file="tr/admin_language_file_inc.asp" --><%
    case "jp"
        '-----------Japanese-----------
        %><!-- #include file="jp/admin_language_file_inc.asp" --><%   
    case "ru"
        '-----------Russian-----------
        %><!-- #include file="ru/admin_language_file_inc.asp" --><%
    case "il"
        '-----------Hebrew-----------
        %><!-- #include file="il/admin_language_file_inc.asp" --><%
    case "ar"
        '-----------Arabic-----------
        %><!-- #include file="ar/admin_language_file_inc.asp" --><%
    case "sk"
        '-----------Slovene-----------
        %><!-- #include file="sl/admin_language_file_inc.asp" --><%
    case "gr"
        '-----------Greek-----------
        %><!-- #include file="gr/admin_language_file_inc.asp" --><%       
    case "ro"
        '-----------Romanian-----------
        %><!-- #include file="ro/admin_language_file_inc.asp" --><%       
    case else
        '-----------English-----------
        %><!-- #include file="en/admin_language_file_inc.asp" --><%
end select
%>
-------------------------------------------------------------------------------------------
Taken From Languser Topic!!!!!
 
Giving Name redifined error!!!!
Can anyone help me?


Edited by kibrisca - 06 May 2006 at 8:30am
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.