-LazGetLanguageIDs is a procedure used to get the language -identifier and a fallback value. The values are returned in the -Lang and FallbackLang variable parameters. -
-
-LazGetLanguageIDs calls the GetLanguageIDs routine in the
-
-LazGetLanguageIDs is called during execution of routines in the
-
-LazGetShortLanguageID strips country information from the language -ID, making it simpler to use. Ideally the resulting ID should conform to ISO -639-1 (2-digit code like 'ru' or 'en'), or ISO 639-2 (3-digit code like 'rus' -or 'eng') when the language code is not in ISO 639-1. -
--Calls LazGetLanguageIDs to lookup the language identifiers. It uses the -fallback language ID as the value for the Lang argument. -
-