LocalizationAttribute
Attribute of the assembly for localization.
Read time 3 minutesLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEditor
- Assembly: UnityEditor
- Inherits from: Attribute
- Implements: _Attribute
[AttributeUsage(AttributeTargets.Assembly)]public sealed class LocalizationAttribute : Attribute, _Attribute
Remarks
By defining this attribute, contents like members of user defined class will be localized.
Examples
using UnityEditor;[assembly: Localization]
Constructors
Constructor | Description |
|---|---|
| LocalizationAttribute(System.String) | With an argument locGroupName, Localization system referes to the dictionary the locGroupName assembly. |