nn::swkbd::CTR::DisplayLanguage Enumerated Type

Syntax

enum DisplayLanguage;

Value

Value Description
DISPLAY_LANGUAGE_DEFAULT The default. The language specified in the System Settings is used.
DISPLAY_LANGUAGE_JAPANESE Japanese
DISPLAY_LANGUAGE_ENGLISH English
DISPLAY_LANGUAGE_FRENCH French
DISPLAY_LANGUAGE_GERMAN German
DISPLAY_LANGUAGE_ITALIAN Italian
DISPLAY_LANGUAGE_SPANISH Spanish
DISPLAY_LANGUAGE_SIMP_CHINESE Chinese (simplified)
DISPLAY_LANGUAGE_KOREAN Korean
DISPLAY_LANGUAGE_DUTCH Dutch
DISPLAY_LANGUAGE_PORTUGUESE Portuguese
DISPLAY_LANGUAGE_RUSSIAN Russian
DISPLAY_LANGUAGE_MAX Total number of enumerators.
DISPLAY_LANGUAGE_MAX_BIT (This enumerator is used for internal processing. It cannot be used from the application.)

Description

Enumerated type indicating the display language.

Revision History

2011/08/05
Initial version.

CONFIDENTIAL