|  |  
 |   |   
 NAMEmlanguage_code - SYNOPSISMSymbol mlanguage_code (MSymbol language, int len) DESCRIPTIONGet a language code. The mlanguage_code() function returns a symbol whose name is the ISO639 language code of language. language is a symbol whose name is an ISO639-2 3-letter language code, an ISO639-1 2-letter language codes, or an English word. len specifies the type of the returned language code. If it is 3, an ISO639-2 3-letter language code is returned. If it is 2, an ISO639-1 2-letter language code is returned when defined; otherwise Mnil is returned. If it is 0, a 2-letter code is returned when defined; otherwise a 3-letter code is returned. RETURN VALUEIf the information is available, this function returns a
  non-Mnil symbol. Otherwise, it returns Mnil. SEE ALSOmlanguage_name_list(), mlanguage_text().
 COPYRIGHTCopyright (C) 2001 Information-technology Promotion Agency (IPA)
   
 
 |