Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LocalizationAttribute

Attribute of the assembly for localization.
Read time 3 minutesLast updated 4 days ago

Definition

[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.

Inheritance

Inherited Members