Table of contents
  1. 1. Usage Restrictions
  2. 2. Parameters
  3. 3. Result
  4. 4. Samples
culture.Iso3Code(culture : str) : str

Get ISO 639-2 three-letter code for culture.

Usage Restrictions

1.9.1 or later

Parameters

Name Type Description
culture
str The culture string value.

 

Result

The ISO 639-2 three letter code for the given culture name

 

Samples


Output

To find the iso2 code of a culture name:

{{culture.iso3code("en-IE") }} 

 

eng
Tag page (Edit tags)
    You must login to post a comment.