LocalizationAttribute

class in UnityEditor

/

Implemented in:UnityEditor

Description

Attribute of the assembly for localization.

By defining this attribute, contents like members of user defined class will be localized.

using UnityEditor;
[assembly: Localization]

Constructors

LocalizationAttributeWith an argument locGroupName, Localization system referes to the dictionary the locGroupName assembly.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答