Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTable(LocaleIdentifier)

Returns the table for a locale.
Read time 1 minuteLast updated 10 days ago

Definition

public ResourceTable GetTable(LocaleIdentifier locale)

Parameters

The locale to find.

Returns

Type

Description

ResourceTableThe matching ResourceTable, or
null
when none exists.