Class LocalisedText
Localised text for session names
Namespace: Unity.PSN.PS5.Sessions
Syntax
public class LocalisedText
Properties
Locale
The language locale to use
Declaration
public string Locale { get; set; }
Property Value
| Type | Description |
|---|---|
| String |
Text
The localised test
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| String |