Jump to content

[FIXED in 6.4.1]Problem in Localization with Options WIzard (V 6.4)


Recommended Posts

EDIT Bug Fixed ! dowload release 6.4.1

Hello,

In this post http://www.msfn.org/board/55-bugs-t84270.h...964#entry570964

Dynaletic writes for version 5.5 :

It isn't a real bug, but I think it wasn't there in WPI 5.4. If you choose another language than english (or autoselect) and open the optionstab, everything is displayed in the right language. If you now directly open the config screen, everything is english. If you close the optionsscreen before opening config screen, the config screen is displayed in the right language.

and also the tooltips are in english when Options Wizard is open.

In Version 6.4, the same behavior also appears. I think it's a side effect : optionswizard.js use the global variable "Language" defined in globals.js :(

function OptionsDefaults()
{
position="optionswizard.js";
whatfunc="OptionsDefaults()";

//
// System predefined options
//
// Interface tab
Language='zz';

May be wpi.hta don't find lang_zz when it's display Optiions Wizard layer and fall on lang_en ?

With Language as local variable in function OptionsDefault() everything is Ok. :)

//
// System predefined options
//
// Interface tab
var Language='zz';

Regards

Edited by t4user
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...