SDL 3.0
|
#include <SDL_locale.h>
Data Fields | |
const char * | language |
const char * | country |
SDL locale services. A struct to provide locale data.
Locale data is split into a spoken language, like English, and an optional country, like Canada. The language will be in ISO-639 format (so English would be "en"), and the country, if not NULL, will be an ISO-3166 country code (so Canada would be "CA").
Definition at line 54 of file SDL_locale.h.
const char* SDL_Locale::country |
A country, like "US" for America. Can be NULL.
Definition at line 57 of file SDL_locale.h.
const char* SDL_Locale::language |
A language name, like "en" for English.
Definition at line 56 of file SDL_locale.h.