Class LocalisedSessionNames
Localised session name
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class LocalisedSessionNames
Properties
DefaultLocale
The default language locale to use
Declaration
public string DefaultLocale { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
LocalisedNames
The set of localised session names
Declaration
public List<LocalisedText> LocalisedNames { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LocalisedText> |