| BrainCloudServiceClientClient_OverrideLanguageCode Method |
[This is preliminary documentation and is subject to change.]
Sets the language code sent to brainCloud when a user authenticates.
If the language is set to a non-ISO 639-1 standard value the game default will be used instead.
Will override any auto detected language.
Namespace:
Ruyi.SDK.BrainCloudApi
Assembly:
ServiceGenerated (in ServiceGenerated.dll) Version: 0.9.3.3995 (0.9.3.3995)
Syntax public void Client_OverrideLanguageCode(
string languageCode,
int clientIndex
)
Parameters
- languageCode
- Type: SystemString
ISO 639-1 two-letter language code - clientIndex
- Type: SystemInt32
@BrainCloud_clientIndex_desc
See Also