| IUserReadLocales Property  | 
        
        
          
         
            Gets and sets the 
Languages this user can read.
            
 
    Namespace: 
   Ingeniux.CMS
    Assembly:
   Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
 Syntax
SyntaxIEnumerable<ILocale> ReadLocales { get; set; }Property ReadLocales As IEnumerable(Of ILocale)
	Get
	Set
property IEnumerable<ILocale^>^ ReadLocales {
	IEnumerable<ILocale^>^ get ();
	void set (IEnumerable<ILocale^>^ value);
}abstract ReadLocales : IEnumerable<ILocale> with get, set
Property Value
Type: 
IEnumerableILocale Remarks
Remarks
            A user can only access the Translation interface if the user's Read Locales 
            include the Locale of the master Page's Locale and its
            Write Locales include the clone Page's Locale.
            
 See Also
See Also