Table of Contents

Class ResourceLoaderRL

Namespace
SunamoShared.RL
Assembly
SunamoShared.dll

Simple resource loader that delegates to the translation system.

public class ResourceLoaderRL
Inheritance
ResourceLoaderRL
Inherited Members
Extension Methods

Methods

GetString(string)

Gets a localized string by key.

public string GetString(string key)

Parameters

key string

The localization key.

Returns

string