Table of Contents

Class ResourcesExtensions

Namespace
GroupeIsa.Neos.Domain
Assembly
GroupeIsa.Neos.Domain.Abstractions.dll

Represents the extension methods for the ILocalizationSettings class.

public static class ResourcesExtensions
Inheritance
ResourcesExtensions
Inherited Members

Methods

GetLocalizableString(IResources, ILocalizationSettings, string)

Gets a localizableString according to the resources generated for all cluster languages.

public static LocalizableString GetLocalizableString(this IResources resources, ILocalizationSettings localizationSettings, string resourceName)

Parameters

resources IResources

The resources.

localizationSettings ILocalizationSettings

Localization settings.

resourceName string

The name of the resource.

Returns

LocalizableString

A localizable string with all available translations in resources corresponding to the languages of localization settings.