# OpenapiClient::ClientLocale ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **language** | **String** | Language used by client. | **country** | **String** | Country of the client. | ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ClientLocale.new(language: en, country: GB) ```