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

# XblSetOverrideLocale

> XblSetOverrideLocale

# XblSetOverrideLocale

用于覆盖整个 XSAPI 中使用的区域设置。如果未设置，默认使用操作系统的区域设置

## 语法

```cpp theme={null}
HRESULT XblSetOverrideLocale(  
         char overrideLocale  
)  
```

### 参数

*overrideLocale*   \_In\_\
类型：char

要使用的替代区域设置

### 返回值

类型：HRESULT

此 API 操作的 HRESULT 返回代码。

## 要求

**头文件：** xbox\_live\_global\_c.h

**库：** Microsoft.Xbox.Services.14x.GDK.C.lib

## 另请参阅

[xbox\_live\_global\_c](/reference/live/xsapi-c/xbox_live_global_c/xbox_live_global_c_members)


## Related topics

- [XblSetOverrideConfiguration](/zh-CN/reference/live/xsapi-c/xbox_live_global_c/functions/xblsetoverrideconfiguration.md)
- [XPackageGetUserLocale](/zh-CN/reference/system/xpackage/functions/xpackagegetuserlocale.md)
- [title_data_override_deleted](/zh-CN/services/playfab/api-references/events/TitleData/title-data-override-deleted.md)
- [支持的 NLS 函数](/zh-CN/build/game-principles/localization/supported-nls-apis.md)
- [PFCatalogCatalogPriceOverride](/zh-CN/services/playfab/api-references/c/pfcatalogtypes/structs/pfcatalogcatalogpriceoverride.md)
