Method GetTable
GetTable(LocaleIdentifier)
Returns the table with the matching LocaleIdentifier.
Declaration
public virtual LocalizationTable GetTable(LocaleIdentifier localeIdentifier)
Parameters
Type | Name | Description |
---|---|---|
LocaleIdentifier | localeIdentifier | The locale identifier that the table must have. |
Returns
Type | Description |
---|---|
LocalizationTable | The table with the matching LocaleIdentifier or null if one does not exist in the collection. |