The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



LanguageID


Unit:SDL_sdlbase
Class:none
Declaration: LanguageID : array[TLanguage, TLanguage] of string[15] = ....

The constant array LanguageID contains the names of the languages defined by the type definition TLanguage in all languages. The first parameter specifies the language to be used, the second parameter contains the language to be named.

Example: The expression LanguageID[lgSpanish, lgEnglish] returns the string 'inglés' since the Spanish word for 'English' is 'inglés'.



Last Update: 2023-Feb-06