> ## 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](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/index.md)
- [PlayFabLocalPlayer.IsChatControlAvailable](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityischatcontrolavailable.md)
- [PlayFabLocalPlayer.PlatformSpecificUserId](/ja-jp/services/playfab/multiplayer/networking/unity-party-api-reference/classes/playfablocalplayer/properties/playfabunityplatformspecificuserid.md)
- [PlayFab Party リリース ノート](/ja-jp/services/playfab/multiplayer/networking/release-notes.md)
- [PartyLocalChatControl::GetLanguage](/ja-jp/services/playfab/multiplayer/networking/reference/classes/PartyLocalChatControl/methods/partylocalchatcontrol_getlanguage.md)
