You are here

[Bug] Platform/Launcher DisableAppLanguageSwitching Environment Variable Handling

4 posts / 0 new
Last post
JLim
Offline
Last seen: 1 week 2 days ago
Joined: 2013-07-17 01:30
[Bug] Platform/Launcher DisableAppLanguageSwitching Environment Variable Handling

Platform ver. 14.4.1
I tested using a custom code in an application and found that:

The Platform alway return a false value for the environment variable %PAL:_IgnoreLanguage% regardless the option of "Use this language for all portable apps" in the platform is tick or not. Same result if the platform is restarted after changing the option.

However in "..\PortableApps.com\Data\PortableAppsMenu.ini" "Localization" section, the key "DisableAppLanguageSwitching" does give a correct value.

I also found that some applications can not get the platform language. The platform return an empty language string. At the moment I can't remember which applications, I will report back later.

John T. Haller
John T. Haller's picture
Online
Last seen: 10 min 38 sec ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Blank Vars

If you set to disable app language switching, the platform just blanks out the standard language environment vars. There is no such environment variable for whether it is enabled or not in the platform. This could be a PAL issue but it's not a platform one.

Sometimes, the impossible can become possible, if you're awesome!

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 3 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
Confusion relating to the variable mentioned?

I think there may be some confusion relating to the variable PAL:_IgnoreLanguage.

Previously, this variable was implemented at the platform level, to be used by PAL.
However, this variable is no longer used by PAL, so line 3805 in main.pas can be removed from the platform.

[EDIT] Considering the above, this can likely be marked as closed, as opposed to a bug, correct?

(On an unrelated note, while looking into this issue, it appears that PAL uses the platform's deprecated language variables - I need to fix that)

Gord Caswell
Gord Caswell's picture
Offline
Last seen: 3 months 3 weeks ago
DeveloperModerator
Joined: 2008-07-24 18:46
PAL language variables fixed

I've fixed the language variables searched for from the platform by the launchers.

Log in or register to post comments