+GetLanguageIDFromLocaleName is a TLanguageID function +used to get a language identifier for the values in LocaleName. +LocaleName contains a value which consists of the following: +
+
+[lang][_region][.codeset][.modifier]
+
++For example: +
++Values are parsed and stored in the corresponding members in the TLanguageID +return value. +
++GetLanguageIDFromLocaleName is used in the implementation of the GetLanguageID +routine for platforms other than Windows. +
+