Class LocalizedText
- Namespace
- GoogleMapsApi.Entities.PlacesNew.Common
- Assembly
- GoogleMapsApi.dll
Localized variant of text in a particular language (Google's google.type.LocalizedText).
public sealed class LocalizedText
- Inheritance
-
LocalizedText
- Inherited Members
Properties
LanguageCode
BCP-47 language code of Text.
[JsonPropertyName("languageCode")]
public string? LanguageCode { get; set; }
Property Value
Text
Localized string.
[JsonPropertyName("text")]
public string? Text { get; set; }