mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: current
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
b92a7363d5
commit
e39d9fc773
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ This function affects subsequent calls to \ref rand() to produce a sequence of n
|
|||
`setlocale` can be used to:
|
||||
- set the app's locale to a specific locale: `setlocale(LC_ALL, "en_CA")`
|
||||
- set the app's locale to the system locale: `setlocale(LC_ALL, "")`
|
||||
- get the app's curent locale: `setlocale(LC_ALL, NULL)`
|
||||
- get the app's current locale: `setlocale(LC_ALL, NULL)`
|
||||
|
||||
\param category The category of routines for which to set the locale
|
||||
\param locale The ISO formatted locale to use, or "" for the system locale
|
||||
|
|
Loading…
Add table
Reference in a new issue