SystemParameters Class Reference

Class to receive system parameters. More...

List of all members.

Properties

static string Language [get]
 System language settings.
static GamePadButtonMeaning GamePadButtonMeaning [get]
 Meanings of the circle and cross buttons.
static YesNoLayout YesNoLayout [get]
 Yes and No positions of the message dialog.
static float DisplayDpiX [get]
 Number of dots per inch of the display (X axis direction)
static float DisplayDpiY [get]
 Number of dots per inch of the display (Y axis direction)

Detailed Description

Class to receive system parameters.


Property Documentation

Meanings of the circle and cross buttons.

The meanings of the circle and cross buttons differ by region. The meanings of the circle and cross buttons set to the system can be obtained by this property.

string Language [static, get]

System language settings.

The possible values for this property are as follows.

  • ja-JP : Japanese
  • en-US : English (US)
  • en-GB : English (UK)
  • fr-FR : French
  • es-ES : Spanish
  • de-DE : German
  • it-IT : Italian
  • nl-NL : Dutch
  • pt-PT : Portuguese
  • pt-BR : Portuguese (Brazil)
  • ru-RU : Russian
  • ko-KR : Korean
  • zh-Hant : Chinese (traditional)
  • zh-Hans : Chinese (simplified)
  • fi_FI : Finnish
  • sv-SE : Swedish
  • da-DK : Danish
  • nb-NO : Norwegian
  • pl-PL : Polish

To support new languages in the future, this range may expand and unknown values for applications may return. Even if this property is an unknown value for applications, describe them so that they will operate correctly.

YesNoLayout YesNoLayout [static, get]

Yes and No positions of the message dialog.

Depending on the operational platform, positions of buttons meaning Yes and No differ. The natural layout of the operational platform can be obtained by this property.