Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <LOCALE.H>
Link against: estlib.lib

NULL

NULL 0L

Description

[Top]


LC_ALL

LC_ALL 0

Description

[Top]


LC_COLLATE

LC_COLLATE 1

Description

[Top]


LC_CTYPE

LC_CTYPE 2

Description

[Top]


LC_MONETARY

LC_MONETARY 3

Description

[Top]


LC_NUMERIC

LC_NUMERIC 4

Description

[Top]


LC_TIME

LC_TIME 5

Description

[Top]


setlocale(int,const char *)

IMPORT_C char* setlocale(int category, const char *locale);

Description

The facility defined to condition the execution environment for international collating and formatting information.

Parameters

int category

Category

const char *locale

Locale

Return value

char *

either a pointer to a string naming the locale currently in effect or, if the locale request cannot be honored NULL.

[Top]


localeconv(void)

IMPORT_C struct lconv* localeconv(void);

Description

Reports on the settings of the current locale.

Return value

struct lconvlconv *

a pointer to a structure of type lconv, which describes the formatting and collating conventions in effect