Variable: current-iso639-language

current-iso639-language is a variable defined in charset.c.

Value

nil

Documentation

ISO639 language mnemonic symbol for the current language environment.

If the current language environment is for multiple languages (e.g. "Latin-1"), the value may be a list of mnemonics.

Source Code

// Defined in /usr/src/emacs/src/charset.c
  DEFVAR_LISP ("current-iso639-language", Vcurrent_iso639_language,
	       doc: /* ISO639 language mnemonic symbol for the current language environment.
If the current language environment is for multiple languages (e.g. "Latin-1"),
the value may be a list of mnemonics.  */);