Localisation

Property in Project

Summary

Gets or sets the collection of LocalizationInfo objects that store information about where localized data for this project is found.

public Dictionary<string, LocalizationInfo> Localisation { get; set; };

Last updated

Was this helpful?