WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Language Vers - Regional Settings

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

How to Determine Language of Windows Installed

Keywords:      international language

Question:

I'd like to determine whether an English or French version of Win 95 or NT is running. Any ideas?

I've successfully queried the Win 95 registry for regional settings, but the keys are different under NT, and I'm wondering if there isn't something simpler (e.g. presence of english.dll or french.dll).

Answer:

	langcode=IniRead("INTL","sLanguage","xxx")
	Message("Language Code",langcode)

Question:

My compiled EXE still searches for a File "WWWDLANG" (without Extensions!) when it launches. Seems to be a bug.

Answer:

We look at these INI settings for the language to use:

First, in WWWBATCH.INI

 [Main]
 Language
If not found, then, in WIN.INI (or the registry equivalent)
  [Intl]
  sLanguage
If either are set to blank strings, WWWDLANG will have a blank extension.
Article ID:   W13418
Filename:   Determine what Language of Windows Installed.txt
File Created: 1999:04:15:16:53:54
Last Updated: 1999:04:15:16:53:54