Culture Parameter (Connect-Parquet Cmdlet)
This setting can be used to specify culture settings that determine how the provider interprets certain data types that are passed into the provider. For example, setting Culture='de-DE' will output German formats even on an American machine.
Syntax
Connect-Parquet -Culture string
Data Type
cstr
Default Value
""
Remarks
This property affects the cmdlet input. To interpret values in a different cultural format, use the Client Culture property. By default the cmdlet uses the current locale settings of the machine to interpret input and format output.