setIsoCountryBytes

open fun setIsoCountryBytes(value: ByteString): LanguageSpec.Builder
Two-character ISO-standard country code, used as a modifier for a language spec (i.e. the `us` in `en-us`).
string iso_country = 3;

Return

This builder for chaining.

Parameters

value

The bytes for isoCountry to set.