Class KeyGestureTranslator
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
KeyGestureKey gesture to translate
culture
CultureInfoTarget culture.
Returns
- string
A string representing the key gesture in the given culture.
Exceptions
- ArgumentNullException
Thrown when any parameter is
null
.