> ## 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

> Party Unity SDK의 PlayFabLocalPlayer.LanguageCode에 대한 참조로, 로컬 플레이어의 채팅 제어에 적용되는 BCP-47 언어 코드를 가져오거나 설정하는 데 사용됩니다.

# LanguageCode

플레이어의 언어 코드를 가져오거나 설정합니다.

현재 언어 설정은 Party 네트워크를 만들거나 참여하기 전에만 효력이 있습니다.

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

## 속성 값

LanguageCode

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

플레이어와 연관된 BCP 47 언어 코드입니다.


## Related topics

- [PlayFabLocalPlayer 클래스](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/index.md)
- [PlayFabLocalPlayer.IsChatControlAvailable](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityischatcontrolavailable.md)
- [PlayFabLocalPlayer.PlatformSpecificUserId](/ko/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityplatformspecificuserid.md)
- [PlayFab Party 릴리스 정보](/ko/services/playfab/multiplayer/networking/release-notes.md)
- [PartyLocalChatControl::GetLanguage](/ko/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getlanguage.md)
