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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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.
|