Class AceLanguageInfo
Inherited Members
Namespace: Unity.Industrial.Forma.Configit.Ace.Core
Assembly: solution.dll
Syntax
[Serializable]
public class AceLanguageInfo
Fields
| Name | Description |
|---|---|
| fallbackLanguageId | The ID of another language to use as fallback if the language represented by this instance is unavailable. |
| isDefault | Whether this language is the default language. |
| languageId | The ID of the language. |
| languageName | The display name of the language. |