GetLocalizedString(string)
Get the localized string for the specified key.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine
- Assembly: UnityEngine.LocalizationModule
public string GetLocalizedString(string original)
Parameters
Original string acting as key.
Returns
Type | Description |
|---|---|
| string | Localized string matching the original in the LocalizationAsset locale |