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

# 콘솔 위치 확인

> 지오로케이션을 활용하는 GDK 타이틀을 위해, 패키지 매니페스트와 무관하게 런타임에 XBOX 콘솔이 설정된 국가와 지역을 가져옵니다.

패키지 매니페스트와 무관하게 콘솔이 설정된 국가를 가져오려면 [`GetUserDefaultGeoName`](https://learn.microsoft.com/windows/win32/api/winnls/nf-winnls-getuserdefaultgeoname)을 사용하세요. 여기서 "User"는 단순히 로그인된 세션을 의미하며, 이 API는 콘솔이 설정된 국가를 반환합니다.

<Note>
  `GetUserDefaultGeoName`은 `GetUserDefaultLocaleName`이 반환한 로케일이 `en-GB`일 때 유용합니다. 여러 국가가 단순화를 위해 UK English 로케일을 사용하기 때문에(Saudi Arabia, UAE, Czech Republic, Hungary, Slovakia, Greece) 지오 네임(geo name)을 통해 이들을 구분할 수 있습니다.
</Note>

## 참고

* [GetUserDefaultGeoName](https://learn.microsoft.com/windows/win32/api/winnls/nf-winnls-getuserdefaultgeoname)
* [GetUserDefaultLocaleName](https://learn.microsoft.com/windows/win32/api/winnls/nf-winnls-getuserdefaultlocalename)

## 관련 API 문서

* [XGameRuntime 기능 레퍼런스](/reference/system/xgameruntimefeature/xgameruntimefeature_members) — `XSystemGetXboxLiveSandboxId`, 지역 인식 런타임 API
* [XUser API 레퍼런스](/reference/system/xuser/xuser_members) — 로그인 사용자의 국가/지역 쿼리


## Related topics

- [콘솔 로케일 및 언어 확인](/ko/build/game-principles/localization/determining-console-locale.md)
- [XBOX Manager: 콘솔 및 그룹 관리](/ko/tools/tools-console/xbom/manager-tool-groups.md)
- [인증 콘솔 BVT 가이드](/ko/publishing/game-publishing/concepts/certification/certification-console-bvt-guide.md)
- [콘솔용 GDK에서 Clang/LLVM 사용하기](/ko/tools/tools-console/visualstudio/vs-clang.md)
- [FMA XR-052: 사용자 상태, 저장 위치, 로밍](/ko/publishing/certification/fma/xr-052.md)
