Show / Hide Table of Contents

Class LighthouseResultV5.I18nData

The internationalization strings that are required to render the LHR.

Inheritance
System.Object
LighthouseResultV5.I18nData
Namespace: Google.Apis.Pagespeedonline.v5.Data
Assembly: Google.Apis.Pagespeedonline.v5.dll
Syntax
public class I18nData : object

Properties

RendererFormattedStrings

Internationalized strings that are formatted to the locale in configSettings.

Declaration
public virtual LighthouseResultV5.I18nData.RendererFormattedStringsData RendererFormattedStrings { get; set; }
Property Value
Type Description
LighthouseResultV5.I18nData.RendererFormattedStringsData
Back to top