Table of Contents

Class Translate

Namespace
SunamoLang.SunamoI18N
Assembly
SunamoLang.dll

Provides translation functionality for localized keys.

public class Translate
Inheritance
Translate
Inherited Members
Extension Methods

Methods

FromKey(string)

Translates a localization key to its corresponding text.

public static string FromKey(string key)

Parameters

key string

The localization key to translate.

Returns

string

The translated text corresponding to the key.