Name

is_dialect_of

Synopsis

is_dialect_of(lang1, lang2) 

Returns true if lang1 represents a form of lang2. It doesn’t go both ways, so make sure that lang1 comes first.

is_dialect_of('en-US', 'en'), # true
is_dialect_of('en', 'en-US'), # false

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.223.171.162