Table of Contents

Class SunamoPageHelper

Namespace
SunamoLang.SunamoI18N
Assembly
SunamoLang.dll

Helper class for web application interoperability. Provides localized string retrieval functionality.

public class SunamoPageHelper
Inheritance
SunamoPageHelper
Inherited Members
Extension Methods

Methods

LocalizedString_String(string, string)

Gets a localized string for the specified language and key.

public static string LocalizedString_String(string lang, string key)

Parameters

lang string

The language code (e.g., "cs", "en").

key string

The localization key.

Returns

string

The localized string value.