LocalizationServices

Namespace: Murder.Services
Assembly: Murder.dll

public static class LocalizationServices

⭐ Methods

GetCurrentLocalization()

public LocalizationAsset GetCurrentLocalization()

Returns
LocalizationAsset

GetLocalizedString(LocalizedString)

public string GetLocalizedString(LocalizedString localized)

Parameters
localized LocalizedString

Returns
string

TryGetLocalizedString(T?)

public string TryGetLocalizedString(T? localized)

Parameters
localized T?

Returns
string