LlGetAgentLanguage/fr: Difference between revisions
Jump to navigation
Jump to search
Created page |
Gally Young (talk | contribs) m Proofread |
||
| Line 1: | Line 1: | ||
{{LSL_Generic/pre-release/fr| | {{LSL_Generic/pre-release/fr|fonction}} | ||
{{LSL_Function/avatar/fr|avatar|sim=*}} | {{LSL_Function/avatar/fr|avatar|sim=*}} | ||
{{LSL_Function/fr | {{LSL_Function/fr | ||
| Line 19: | Line 19: | ||
|notes | |notes | ||
|history=Introduit dans la version {{SVN|568|rev=88085|branch=Release|ver=1.20.8|anchor=file33|date=Wednesday, 21 May 2008}} | |history=Introduit dans la version {{SVN|568|rev=88085|branch=Release|ver=1.20.8|anchor=file33|date=Wednesday, 21 May 2008}} | ||
|cat1=Avatar | |cat1=Avatar/fr | ||
|cat2 | |cat2 | ||
|cat3 | |cat3 | ||
|cat4 | |cat4 | ||
}} | }} | ||
Revision as of 13:02, 15 July 2008
| LSL Portail Francophone | LSL Portail Anglophone | Fonctions | Évènements | Types | Operateurs | Constantes | Contrôle d'exécution | Bibliothèque | Tutoriels |
Description
Fonction: string llGetAgentLanguage( key avatar );| 336 | N° de fonction |
| 0.0 | Delais |
| 10.0 | Energie |
Renvoie un string qui contient le langage préféré de l'avatar.
| • key | avatar | – | UUID d'avatar qui est dans la même region |
| Code | Description |
|---|---|
| "en-us" | English |
| "da" | Dansk (Dannois) |
| "de" | Deutsch (Allemand) |
| "es" | Español (Espagnol) |
| "fr" | Français |
| "it" | Italiano (Italien) |
| "hu" | Magyar (Hongrois) (*) |
| "nl" | Nederlands (Hollandais) (*) |
| "pl" | Polski (Polonais) |
| "pt" | Portugués (Portuguais) |
| "ru" | Русский (Russe) |
| "tr" | Türkçe (Turc) |
| "uk" | Українська (Ukrainien) (*) |
| "zh" | 中文 (简体) (Chinois traditionnel) |
| "ja" | 日本語 (Japonais) |
| "ko" | 한국어 (Korean) (*) |
(*) Ces langages ne sont plus sélectionnables à partir du choix de langage de l'interface dans le menu Preferences/General/Langage
Avertissements
- Si l'utilisateur a desactivé "Partager le langage avec les objets" alors cette fonction renvoie une chaîne vide.
Exemples
Notes avancées
Vous cherchez encore des informations ? Peut-être cette page du LSLwiki pourra vous renseigner.