LocalizedStringDto Class
Represents a localized string, for use in Cosmos DB storage only.
Namespace: MobileTrack.Common.Models.LocalizationAssembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class LocalizedStringDto
- Inheritance
- Object LocalizedStringDto
| Key |
The key of the localized string.
|
| Locale |
The localization the string belongs to.
|
| Value |
The value of the localized string.
|