_get_current_locale
現在のロケールを表すロケール オブジェクトを取得します。
構文
_locale_t _get_current_locale(void);
戻り値
現在のロケールを表すロケール オブジェクト。
解説
_get_current_locale
関数は、スレッドの現在設定されているロケールを取得し、そのロケールを表すロケール オブジェクトを返します。
この関数の以前の名前 __get_current_locale
(先頭に 2 個のアンダースコア) は、非推奨となりました。
要件
ルーチンによって返される値 | 必須ヘッダー |
---|---|
_get_current_locale |
<locale.h> |
互換性の詳細については、「 Compatibility」を参照してください。
関連項目
setlocale
, _wsetlocale
_create_locale
, _wcreate_locale
_free_locale