Phantasmal Site > Phantasmal API > API Listing > get_locale
API Function: get_locale
- Summary:
- get the user's locale
- Defined In LPC Object:
- /usr/System/obj/user.c
- Prototype:
- int get_locale(void)
- Can Be Called By:
- Anybody (for now)
- Description:
-
Return the user's locale as an integer
- Return Value:
-
The user's locale as an integer
- Errors:
- Normally none.
- See Also:
- set_locale ,
name_for_language
|