JVCL Help:ISO 639 2CodeToName
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ISO_639_2CodeToName function
[+] JvId3v2Types.pas Functions
Search in JVCL Help
Search in all projectsSummary
Converts an ISO-639-2 Alpha-3 code to a language name.
Pascal
run\JvId3v2Types.pas
functionISO_639_2CodeToName(constCode: AnsiString): AnsiString;
Parameters
Parameters | Description |
const Code: AnsiString | Specifies an ISO-639-2 Alpha-3 code that should be converted. Code must have length 3, - otherwise the function returns an empty string. |
Description
Call ISO_639_2CodeToName to convert an ISO-639-2 Alpha-3 code to a language name. For example, ISO_639_2CodeToName('deu') returns 'German'. 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 the language name identified by the Code parameter.
See Also
ISO_639_2IsCode, 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