locale property

String? locale
getter/setter pair

The language this GeoTargetConstantSuggestion is currently translated to.

It affects the name of geo target fields. For example, if locale=en, then name=Spain. If locale=es, then name=EspaƱa. The default locale will be returned if no translation exists for the locale in the request.

Implementation

core.String? locale;