Skip to content
⌘ NSIS Forum Archive

$language ... not working correctly?

9 posts

TobWen#

$language ... not working correctly?

Hi,

might it be that $language is not working correctly?

I'm on a German Windows (1031), but $language always returns "1033" (English Windows).

Is this a known bug or is there a work-around?

Best,
Tobias
TobWen#
Yep, I already have used SEARCH, but these are non working!

I need the ID (like 1033 = english or 1031 = german) not the codepage like 403 or 407.
TobWen#
but I think, this should be a basic-function for any programming-language:

$language and $os_language
rsegal#
Originally posted by TobWen
but I think, this should be a basic-function for any programming-language:

$language and $os_language
Indeed most programming languages would have that functionality. NSIS is not a programming language but the features you're looking for could be created by adding scripting functions for such functionality.