Interface ILocalizableMessageStringSet
Represents access to a string set in a localizable resource.
public interface ILocalizableMessageStringSet
- Extension Methods
Methods
GetString(string)
Gets a string in the string set.
ILocalizable<string?> GetString(string name)
Parameters
namestring- The name of the string.
Returns
- ILocalizable<string>
- The string of the specified name in the string set, or null if not found.
GetStringSet(string)
Gets a string set in the string set.
ILocalizableMessageStringSet GetStringSet(string name)
Parameters
namestring- The name of the string set.
Returns
- ILocalizableMessageStringSet
- The string set of the specified name in the string set, or null if not found.