JVCL Help:ISO 639 2IsCode
JVCL Help: ISO_639_2IsCode function
Search in JVCL Help
Search in all projectsSummary
Indicates whether a given code is an ISO-639-2 Alpha-3 code that identifies a specific language.
Pascal
run\JvId3v2Types.pas
functionISO_639_2IsCode(constCode: AnsiString): Boolean;
Parameters
Parameters | Description |
const Code: AnsiString | Specifies a string that should be checked. |
Description
Call ISO_639_2IsCode whether the string represented by the Code parameter is an ISO-639-2 code that identifies a specific language.
For example, ISO_639_2IsCode('dan') returns True, because 'dan' represents the Danish language.
The ISO-639-2 standard provides codes for the representation of names of languages, the codes in the ISO-639-2 standard consist of alpha characters and have length 3.
Returns True if parameter Code represents an ISO-639-2 language, otherwise returns False.
See Also
ISO_639_2CodeToName, ISO_639_2Names, ISO_639_2NameToCode
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page