https://bugzilla.wikimedia.org/show_bug.cgi?id=18878
Robert Leverington <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Robert Leverington <[email protected]> 2009-05-26 22:00:45 UTC --- LanguageNames::getNames() return an array of language names in a given language (the code of the language you are requesting names in is the first parameter. For example LanguageNames::getNames( 'en' ); would return array( 'German', 'French', 'English', ... ); and LanguageNames::getName( 'fr' ) would return array( 'Anglais', 'Français', ... ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
