FileName(string, string, string)
The file name a table is stored under, with characters invalid in a file name replaced.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Localization.Providers.FileTables
- Assembly: UnityEngine.LocalizationRuntimeModule
public static string FileName(string collectionName, string localeCode, string extension)
Parameters
Returns
Type | Description |
|---|---|
| string | The file name the table is stored under. |
Remarks
The form is . The locale code is lowercased, so a table authored as and a locale requesting resolve to the same file on case-sensitive file systems.
{collectionName}_{localeCode}.{extension}pt-BRpt-br