> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PlayFabLocalPlayer.LanguageCode

> Referencia de PlayFabLocalPlayer.LanguageCode en el SDK de Unity de Party, que se usa para obtener o establecer el código de idioma BCP-47 aplicado al control de chat del jugador local.

# LanguageCode

Obtiene o establece el código de idioma del jugador.

Actualmente, establecer el idioma solo tiene efecto antes de crear una red de Party o unirse a ella.

```csharp theme={null}
public string PlayFabLocalPlayer.LanguageCode { get; set; }
```

## Valor de la propiedad

LanguageCode

[string](https://learn.microsoft.com/en-us/dotnet/api/system.string?view=netcore-3.1\&preserve-view=true)

El código de idioma BCP 47 asociado al jugador.


## Related topics

- [Clase PlayFabLocalPlayer](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/index.md)
- [PlayFabLocalPlayer.IsChatControlAvailable](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityischatcontrolavailable.md)
- [PlayFabLocalPlayer.PlatformSpecificUserId](/es/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityplatformspecificuserid.md)
- [Notas de la versión de PlayFab Party](/es/services/playfab/multiplayer/networking/release-notes.md)
- [PartyLocalChatControl::GetLanguage](/es/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getlanguage.md)
