MetadataLanguages Property |
A list of locale codes for languages that the database supports.
Namespace:
MaxMind.Db
Assembly:
MaxMind.Db (in MaxMind.Db.dll) Version: 2.4.0
Syntax public IReadOnlyList<string> Languages { get; }
Public ReadOnly Property Languages As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ Languages {
IReadOnlyList<String^>^ get ();
}
member Languages : IReadOnlyList<string> with get
Property Value
Type:
IReadOnlyListStringSee Also