Show / Hide Table of Contents

Class LocalizationBucket.TranslationEndpointResponseDto

Response DTO for the translation endpoint's response body item type.

Inheritance
System.Object
LocalizationBucket.TranslationEndpointResponseDto
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GlitchedPolygons.Localization
Assembly: UnityGlitchedLocaleClientDocs.dll
Syntax
protected sealed class TranslationEndpointResponseDto

Fields

| Improve this Doc View Source

Key

Translation key.

Declaration
public string Key
Field Value
Type Description
System.String
| Improve this Doc View Source

Translations

Dictionary of translations containing the locale as dictionary key, and the corresponding localized string as value.

Declaration
public Dictionary<string, string> Translations
Field Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX