Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2020-02-11 (5 days ago) | | Not enough user ratings | | Total: 73 This week: 6 | | All time: 9,521 This week: 50 |
|
Description | | Author |
This class can get the names of the seasons in several languages.
It can take as parameter the name of the year season like summer, spring, autumn and winder, and returns the respective name in different languages.
The season name can be retrieved in different languages like arabic, czech, danish, german, english, spanish, french, hebrew, italian, japanese, ducth, portuguese, russian, chinese, etc.. Innovation Award
May 2017
Number 10 |
As we all know, each season of the year has a name. The name changes from language to language.
This class can get the names of the year seasons in many different languages.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 23x
Winner: 2x |
|
Details
Season names in 19 languages
Translates name of season into 19 languages and scripts.
- Arabic (????)
- Czech (?e?tina)
- German (Deutsch)
- Danish (dansk)
- English GB
- English US
- Spanish (Español)
- French (français)
- Hebrew (???????)
- Italian (italiano)
- Japanese (???)
- Dutch (Nederlands)
- Norwegian (norsk)
- Portuguese (Português)
- Russian (???????)
- Slovak (sloven?ina)
- Chinese simplified (????)
- Chinese traditional (????)
- Welsh (Cymraeg)
Usage
usee peterkahl\SeasonInfo\SeasonInfo;
echo SeasonInfo::getName('autumn', 'en-us'); # fall
echo SeasonInfo::getName('autumn', 'en-gb'); # autumn
echo SeasonInfo::getName('spring', 'it'); # primavera
echo SeasonInfo::getName('spring', 'fr'); # printemps
echo SeasonInfo::getName('spring', 'ru'); # ?????
echo SeasonInfo::getName('spring', 'cy'); # gwanwyn
echo SeasonInfo::getName('spring', 'zh-cn'); # ??
echo SeasonInfo::getName('winter', 'ja'); # ?
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.