JVCL Help:ISO 639 2NameToCode

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Converts a language name to an ISO-639-2 Alpha-3 code that represents that language.

run\JvId3v2Types.pas


Pascal

 run\JvId3v2Types.pas
 functionISO_639_2NameToCode(constName: string): AnsiString;


Parameters

Parameters Description
const Name: string Specifies an ISO-639-2 language that should be converted.

run\JvId3v2Types.pas


Description

Call ISO_639_2NameToCode to convert a language name to an ISO-639-2 Alpha-3 code. For example, ISO_639_2NameToCode('Somali') returns 'som'. 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.

run\JvId3v2Types.pas


See Also

ISO_639_2CodeToName, ISO_639_2IsCode, ISO_639_2Names

run\JvId3v2Types.pas


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