NAME
WebService::MyGengo::Language - An object representing a translatable language in the myGengo system
SYNOPSIS
my @langs = $client->get_service_languages();
printf("I can translate %s, also known as %s or language code %s,
by units of %s\n"
, $_->language, $_->localized_name, $_->lc, $_->unit_type)
foreach @$langs;
ATTRIBUTES
language (Str)
The English representation of the Langauge name in UTF-8 encoding.
localized_name (Str)
The localized representation of the Langauge name in UTF-8 encoding.
unit_type (Str)
The translation unit used for this language.
Valid values are: word, character
lc (Str)
The 2-character ISO language code.
SEE ALSO
http://mygengo.com/api/developer-docs/methods/translate-service-languages-get/
AUTHOR
Nathaniel Heinrichs
LICENSE
Copyright (c) 2011, Nathaniel Heinrichs <nheinric-at-cpan.org>. All rights reserved.
This library is free software. You can redistribute it and/or modify it under the same terms as Perl itself.