SDL 2.0
|
#include <SDL_locale.h>
Data Fields | |
const char * | language |
const char * | country |
Definition at line 43 of file SDL_locale.h.
const char* SDL_Locale::country |
A country, like "US" for America. Can be NULL.
Definition at line 46 of file SDL_locale.h.
const char* SDL_Locale::language |
A language name, like "en" for English.
Definition at line 45 of file SDL_locale.h.