ClientCulture Parameter (Connect-Parquet Cmdlet)
This property can be used to specify the format of data (e.g., currency values) that is accepted by the client application. This property can be used when the client application does not support the machine's culture settings. For example, Microsoft Access requires 'en-US'.
Syntax
Connect-Parquet -ClientCulture string
Data Type
cstr
Default Value
""
Remarks
This option affects the format of cmdlet output. To specify the format that defines how input should be interpreted, use the Culture option. By default the cmdlet uses the current locale settings of the machine to interpret input and format output.