-
Notifications
You must be signed in to change notification settings - Fork 26
uwidgets.core.models.attributes.localeattribute
GitHub Action edited this page Aug 13, 2024
·
2 revisions
Namespace: uWidgets.Core.Models.Attributes
Attribute to mark an assembly's locale.
Use it in your AssemblyInfo.
public class LocaleAttribute : System.AttributeInheritance Object → Attribute → LocaleAttribute
Attributes NullableContextAttribute, NullableAttribute, AttributeUsageAttribute
Type of auto-generated Locale.Designer.cs class.
public Type LocaleType { get; }Resource key of your assembly's display name.
public string DisplayName { get; }Icon data of your assembly.
public string IconData { get; }public object TypeId { get; }Attribute to mark an assembly's locale.
Use it in your AssemblyInfo.
public LocaleAttribute(Type localeType, string displayName, string iconData)localeType Type
Type of auto-generated Locale.Designer.cs class
displayName String
Resource key of your assembly's display name
iconData String