The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Name

ISO::639 - ISO 639 Language codes

Synopsis

From: https://www.loc.gov/standards/iso639-2/php/code_list.php

 ok ISO::639::English    (chi) eq "Chinese";
 ok ISO::639::anglais    (zho) eq "Chinese";
 ok ISO::639::Englisch   (zh)  eq "Chinese";

 ok ISO::639::French     (chi) eq "chinois";
 ok ISO::639::français   (zho) eq "chinois";
 ok ISO::639::Französisch(zh)  eq "chinois";

 ok ISO::639::German     (chi) eq "Chinesisch";
 ok ISO::639::allemand   (zho) eq "Chinesisch";
 ok ISO::639::Deutsch    (zh)  eq "Chinesisch";

Description

The following sections describe the methods in each functional area of this module. For an alphabetic listing of all methods by name see Index.

Language Codes

Language names from ISO 639 2 and 3 digit language codes in English, French, German

English(*)

Full name in English from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::English

anglais(*)

Full name in English from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::anglais

Englisch(*)

Full name in English from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::Englisch

French(*)

Full name in French from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::French

français(*)

Full name in French from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::français

Französisch(*)

Full name in French from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::Französisch

German(*)

Full name in German from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::German

allemand(*)

Full name in German from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::allemand

Deutsch(*)

Full name in German from 2 or 3 digit language code

  1  Parameter  Description    
  2  $code      Language code  

This is a static method and so should be invoked as:

  ISO::639::Deutsch

Index

1 allemand

2 anglais

3 Deutsch

4 Englisch

5 English

6 Französisch

7 français

8 French

9 German

Installation

This module is written in 100% Pure Perl and, thus, it is easy to read, use, modify and install.

Standard Module::Build process for building and installing modules:

  perl Build.PL
  ./Build
  ./Build test
  ./Build install

Author

philiprbrenan@gmail.com

http://www.appaapps.com

Copyright

Copyright (c) 2016-2017 Philip R Brenan.

This module is free software. It may be used, redistributed and/or modified under the same terms as Perl itself.