How do I know the system language? - Forum

Forum Navigation
You need to log in to create posts and topics.

How do I know the system language?

The question itself.
Only one solution comes to my mind.

Refer to the registry:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language\InstallLanguage

and

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Nls\Language\InstallLanguageFallback

On the Russian system, the first value is 0419, the second is ru-RU.

Maybe someone can tell me how to define it correctly?
Or at the very least, please look at your own values and write these values and which country.

@mishem

There are global variables:

[SystemLanguageExt] = Read-Only. Returns the abbreviation of the active language localization of the operating system. For example: "ENU" for English (United States).
[SystemLanguage] = Read-Only. Returns the value of the operating system's active localization (Windows language, in short). For example: "English (United States)".

 

There are also plugins:

dec_Plus 1.9 (David Esperalta) = dec_ObtenerLenguajeDeWindows = Get Language of the installed Windows operating system.

rtFileSystemMgt 1.4.3b (Ron Marie Services) = rtGetWindowsLanguage = Get default Windows language. Returns the result in [rtResult].

luishp has reacted to this post.
luishp

I am interested in another question, the system may be installed in English, but the language used for example in Spanish. How do I know that?

Hello,

On my WIN7 german:

0407 and no Fallback

On my WIN10 german:

0407 and en-US

Regards

Hans-Peter

luishp and mishem have reacted to this post.
luishpmishem

@hpw

Thank you very much.