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
Returns
- string
The localized string value.