Class LocaleColumn
Represents a Google Sheet column that is synchronized to a localized value for a chosen Locale.
Inherited Members
Namespace: UnityEditor.Localization.Plugins.Google.Columns
Assembly: Unity.Localization.Editor.dll
Syntax
[Serializable]
public class LocaleColumn : SheetColumn
Properties
Name | Description |
---|---|
IncludeComments | Should any Comment metadata be included as cell notes? |
LocaleIdentifier | The Id of the Locale. |
PushFields | Controls which cell fields to synchronize. |
Methods
Name | Description |
---|---|
PullBegin(StringTableCollection) | Called when starting a pull to allow a column to initialize itself. |
PullCellData(SharedTableEntry, string, string) | Called to update the StringTableCollection using the provided cell data. |
PushBegin(StringTableCollection) | Called when starting a push to allow a column to initialize itself. |
PushCellData(SharedTableEntry, IList<StringTableEntry>, out string, out string) | Extracts the data that should populate the columns cell for the row associated with the Key. |
PushHeader(StringTableCollection, out string, out string) | Sets the column title and optional note. These values are always set regardless of the value of PushFields. |