Remarks
Get the override locale code that the SDK will send to services which require it. This is used for localization. This follows ISO 639.
Return Value
-
An EOS_EResult that indicates whether the override locale code string was copied into the OutBuffer.
-
EOS_Success if the information is available and passed out in OutBuffer
-
EOS_InvalidParameters if you pass a null pointer for the out parameter
-
EOS_LimitExceeded - The OutBuffer is not large enough to receive the locale code string. InOutBufferLength contains the required minimum length to perform the operation successfully.
See Also
eos_ecom.h, EOS_LOCALECODE_MAX_LENGTH
Parameters
EOS_Platform_GetOverrideLocaleCode
Parameter Type And Name | Usage Information |
---|---|
EOS_HPlatform Handle | |
char* OutBuffer | The buffer into which the character data should be written. The buffer must be long enough to hold a string of EOS_LOCALECODE_MAX_LENGTH. |
int32_t* InOutBufferLength | The size of the OutBuffer in characters. The input buffer should include enough space to be null-terminated. When the function returns, this parameter will be filled with the length of the string copied into OutBuffer. |