Table of Contents

Class KeyGestureTranslator

Namespace
Gemini.Framework.Services
Assembly
Gemini.dll

Translator for KeyGestures.

public static class KeyGestureTranslator
Inheritance
KeyGestureTranslator
Inherited Members

Methods

Translate(KeyGesture, CultureInfo)

Translates a KeyGesture to a culture.

public static string Translate(KeyGesture keyGesture, CultureInfo culture)

Parameters

keyGesture KeyGesture

Key gesture to translate

culture CultureInfo

Target culture.

Returns

string

A string representing the key gesture in the given culture.

Exceptions

ArgumentNullException

Thrown when any parameter is null.