Class StringTable
A table that stores localized strings for a specific Locale.
Inheritance
StringTable
Inherited Members
Namespace: UnityEngine.Localization.Tables
Assembly: Unity.Localization.dll
Syntax
public class StringTable : DetailedLocalizationTable<StringTableEntry>, IMetadataCollection, ISerializationCallbackReceiver
Methods
Name | Description |
---|---|
CreateTableEntry() | Creates a new, empty StringTableEntry. |
GenerateCharacterSet() | Returns the unique characters used by all entries in this table. This will also include Smart String entries but will only consider the LiteralText values, it will not consider Placeholder values. |