Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - Multi Lingual Forums
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Multi Lingual Forums

 Post Reply Post Reply Page  <1 345
Author
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 26 April 2005 at 7:00am
Is this also solution for my language files system which has java error in RTE_textbox.asp - Object Expected...
Back to Top
weipper2 View Drop Down
Newbie
Newbie


Joined: 18 March 2005
Location: Canada
Status: Offline
Points: 18
Post Options Post Options   Thanks (0) Thanks(0)   Quote weipper2 Quote  Post ReplyReply Direct Link To This Post Posted: 27 April 2005 at 4:28pm
the creator of this mod havent solution and need help of comunity for this error.
Back to Top
TurkeLLi View Drop Down
Newbie
Newbie


Joined: 18 February 2005
Status: Offline
Points: 37
Post Options Post Options   Thanks (0) Thanks(0)   Quote TurkeLLi Quote  Post ReplyReply Direct Link To This Post Posted: 30 April 2005 at 6:57pm
Can anyone give link for download..
Back to Top
_red_zion_ View Drop Down
Groupie
Groupie


Joined: 26 October 2004
Status: Offline
Points: 116
Post Options Post Options   Thanks (0) Thanks(0)   Quote _red_zion_ Quote  Post ReplyReply Direct Link To This Post Posted: 01 May 2005 at 7:44pm
http://www.redzion.com/forum/
Back to Top
faca5 View Drop Down
Mod Builder Group
Mod Builder Group


Joined: 30 July 2003
Location: Slovenia
Status: Offline
Points: 187
Post Options Post Options   Thanks (0) Thanks(0)   Quote faca5 Quote  Post ReplyReply Direct Link To This Post Posted: 05 November 2005 at 6:00am
Originally posted by weipper2 weipper2 wrote:

here
It don't work?
 
Originally posted by Gilles Gilles wrote:

Remove all CONST from language files (user for beter memory performances)
  1. Remove all <% Option Explicit %> from all pages (used only to avoid mistyping and undeclared variables)

You won't have this error anymore.

There is no solution with the same good performance in a multilingual environment. One easy solution (hard for memory perf) for quick integration is to make the modifications above and add these :
  1. Create a subdir for each language packs in the \language_files dir (ex : \language_files\FR\ ; \language_files\UK ; \language_files\DU ; etc.)
  2. Copy your language pack in the right directories
  3. Modify all the *_language_file_inc.asp in the \language_files directory (not in the subdirs of course) with this kind of code :

<%

' Something to get the language currently in use by the user, let's call it : active_language (2 = French, 3 = Dutch, 1 = English (default))
 
SELECT CASE Active_language
 CASE 2 
 %><!-- #INCLUDE FILE=FR/*language_file_inc.asp --><%
 CASE 3
 %><!-- #INCLUDE FILE=DU/*language_file_inc.asp --><%
 CASE ELSE
 %><!-- #INCLUDE FILE=EN/*language_file_inc.asp --><%
END SELECT
 
%>
 
! : Replace all the * in the code above by the name of the page you are currently editing
! : change the dir name according your subdirs.
 
This is not very good because each language files are always included in the process but it may be done in 2 minutes.
 
Hope this helps.
 
Gilles
Than you! That have some sense.
 
 
But with CONST and INCLUDE FILE doesn't exist perfect answer. Sure with one forum!
 
 
Originally posted by Lingua Lingua wrote:

Hi,
You can take a look to a forum we have setup for testing purpose. If it runs well, we will pay for it next month. I think its worth paying for it.  http://www.3cgi.de/forum
 
How do you do your multilanguage.
With CONST and INCLUDE FILE?
 
 
About cookies. What happen if cookies are not enabled? Smile
 
 
 
 
Some links...
Back to Top
klaithem View Drop Down
Groupie
Groupie


Joined: 06 September 2004
Status: Offline
Points: 48
Post Options Post Options   Thanks (0) Thanks(0)   Quote klaithem Quote  Post ReplyReply Direct Link To This Post Posted: 16 November 2005 at 12:38pm

Hi

Could you please pass the lasted working multi-language mod so i can add Arabic to it

 

my email is klaithem@gmail.com

 

or place it within this forum

Back to Top
 Post Reply Post Reply Page  <1 345

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.