Table of Contents

Class LocalisationProvider

Namespace
EDMOFrontend.Components
Assembly
EDMOFrontend.dll
public class LocalisationProvider
Inheritance
LocalisationProvider
Inherited Members

Constructors

LocalisationProvider()

public LocalisationProvider()

Fields

AvailableLocales

public readonly IReadOnlyDictionary<string, string> AvailableLocales

Field Value

IReadOnlyDictionary<string, string>

Methods

GetLocalisedString(string, string, string, params ReadOnlySpan<object?>)

public string? GetLocalisedString(string bankKey, string textKey, string locale, params ReadOnlySpan<object?> args)

Parameters

bankKey string
textKey string
locale string
args ReadOnlySpan<object>

Returns

string