Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a locale object representing the current locale.
_locale_t _get_current_locale(void);
Return Value
A locale object representing the current locale.
Remarks
The _get_current_localefunction gets the currently set locale for the thread and returns a locale object representing that locale.
The previous name of this function, __get_current_locale (with two leading underscores) has been deprecated.
Requirements
Routine |
Required header |
|---|---|
_get_current_locale |
<locale.h> |
For more compatibility information, see Compatibility in the Introduction.
.NET Framework Equivalent
No equivalent.