INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Visual Eiffel Library.", "Language IDs."
project: "Visual Eiffel Win32 Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: winlib
class WAPI_LANGUAGE_IDS
feature -- Primary language IDs
--
-- The following two combinations of primary language ID and
-- sublanguage ID have special semantics:
--
-- Primary Language ID Sublanguage ID Result
-- ------------------- --------------- -----------------------
-- LANG_NEUTRAL SUBLANG_NEUTRAL Language neutral
-- LANG_NEUTRAL SUBLANG_DEFAULT User default language
-- LANG_NEUTRAL SUBLANG_SYS_DEFAULT System default language

LANG_NEUTRAL: BIT 32

LANG_BULGARIAN: BIT 32

LANG_CHINESE: BIT 32

LANG_CROATIAN: BIT 32

LANG_CZECH: BIT 32

LANG_DANISH: BIT 32

LANG_DUTCH: BIT 32

LANG_ENGLISH: BIT 32

LANG_FINNISH: BIT 32

LANG_FRENCH: BIT 32

LANG_GERMAN: BIT 32

LANG_GREEK: BIT 32

LANG_HUNGARIAN: BIT 32

LANG_ICELANDIC: BIT 32

LANG_ITALIAN: BIT 32

LANG_JAPANESE: BIT 32

LANG_KOREAN: BIT 32

LANG_NORWEGIAN: BIT 32

LANG_POLISH: BIT 32

LANG_PORTUGUESE: BIT 32

LANG_ROMANIAN: BIT 32

LANG_RUSSIAN: BIT 32

LANG_SLOVAK: BIT 32

LANG_SLOVENIAN: BIT 32

LANG_SPANISH: BIT 32

LANG_SWEDISH: BIT 32

LANG_TURKISH: BIT 32
feature -- Sublanguage IDs
--
-- The name immediately following SUBLANG_ dictates which primary
-- language ID that sublanguage ID can be combined with to form a
-- valid language ID.

SUBLANG_NEUTRAL: BIT 32

SUBLANG_DEFAULT: BIT 32

SUBLANG_SYS_DEFAULT: BIT 32

SUBLANG_CHINESE_TRADITIONAL: BIT 32

SUBLANG_CHINESE_SIMPLIFIED: BIT 32

SUBLANG_CHINESE_HONGKONG: BIT 32

SUBLANG_CHINESE_SINGAPORE: BIT 32

SUBLANG_DUTCH: BIT 32

SUBLANG_DUTCH_BELGIAN: BIT 32

SUBLANG_ENGLISH_US: BIT 32

SUBLANG_ENGLISH_UK: BIT 32

SUBLANG_ENGLISH_AUS: BIT 32

SUBLANG_ENGLISH_CAN: BIT 32

SUBLANG_ENGLISH_NZ: BIT 32

SUBLANG_ENGLISH_EIRE: BIT 32

SUBLANG_FRENCH: BIT 32

SUBLANG_FRENCH_BELGIAN: BIT 32

SUBLANG_FRENCH_CANADIAN: BIT 32

SUBLANG_FRENCH_SWISS: BIT 32

SUBLANG_GERMAN: BIT 32

SUBLANG_GERMAN_SWISS: BIT 32

SUBLANG_GERMAN_AUSTRIAN: BIT 32

SUBLANG_ITALIAN: BIT 32

SUBLANG_ITALIAN_SWISS: BIT 32

SUBLANG_NORWEGIAN_BOKMAL: BIT 32

SUBLANG_NORWEGIAN_NYNORSK: BIT 32

SUBLANG_PORTUGUESE: BIT 32

SUBLANG_PORTUGUESE_BRAZILIAN: BIT 32

SUBLANG_SPANISH: BIT 32

SUBLANG_SPANISH_MEXICAN: BIT 32

SUBLANG_SPANISH_MODERN: BIT 32
end -- class WAPI_LANGUAGE_IDS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES