Class Localization
A helper class for Localization.
Namespace: Unity.InteractiveTutorials
Syntax
public static class Localization
Methods
Tr(String)
Routes the call to the correct, or none, Tr() implementation, depending on the used Unity version. See https://docs.unity3d.com/ScriptReference/Localization.Editor.Localization.Tr.html.
Declaration
public static string Tr(string str)
Parameters
| Type | Name | Description |
|---|---|---|
| String | str |
Returns
| Type | Description |
|---|---|
| String |