BinaryWorks.it Official Forum
BinaryWorks.it Official Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 eXtreme Movie Manager (Rel. 7), No More Updates
 Bug Report
 German AKA's on movie cards

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
Shocker74 Posted - 24 Apr 2011 : 00:40:16
I have a swedish windows 7, and use the english.ini for the program.
Yet in a recent update suddenly i see the AKA with the german titles on all movies on the movie cards?
Any way i can fix it or is it perhaps a new bug you have to squeeze out?
6   L A T E S T    R E P L I E S    (Newest First)
Shocker74 Posted - 25 Apr 2011 : 14:25:43
Aah great, just tried it. Thanks. :)
JDommi Posted - 24 Apr 2011 : 16:40:53
Just load the new card from http://www.binaryworks.it/forum/topic.asp?TOPIC_ID=7533&whichpage=19
Prinz has already fixed it ;)
Shocker74 Posted - 24 Apr 2011 : 03:56:51
I have no idea at all how to fix it at my end.
There's lots of folders and files in the program folder, getting sea sick just looking at them all. :)

I can't even open up the file you're talking about, nothing happens when i click on it.

Prinz Posted - 24 Apr 2011 : 02:22:06
Sorry the entire case block is simply wrong javascript. I didn't look twice at this block, but that can't work.

The function can never work this way and gives always de back. (because it set the variable to de in the first line )
Prinz Posted - 24 Apr 2011 : 01:23:56
I just read that the IE reports for the systemLanguage the default language of the Windows Install.

To get the current users preferred language we have to use the userLanguage property in IE.

http://help.dottoro.com/ljrgmohb.php

http://help.dottoro.com/ljgtasfq.php
JDommi Posted - 24 Apr 2011 : 00:53:40
The AKAs normally should take your windows system language...

var srcLang = window.navigator.systemLanguage;
    var srcTerm = null;
    switch (srcLang) {
    case (srcLang="sv"): srcTerm = 'Sweden'; break;
    case (srcLang="sv-fi"): srcTerm = 'Finland (Swedish'; break;


I just have tested the routine by moving the swedish locale to first position and ther german AKAs are correctly shown.
In general_functions.js is the code for it.
Please add after "var srcTerm = null;" the follwing line:
alert(srcLang);
Please check the result if it's correct.

BinaryWorks.it Official Forum © Binaryworks.it Go To Top Of Page
Generated in 0.07 sec. Powered By: Snitz Forums 2000 Version 3.4.07