language property

String language

The active language. The venue service will try to load a venue with a translation in the active language. If such translation doesn't exist, a venue will be loaded in its default language. Gets an active language in the venue service.

Implementation

String get language;
void language=(String value)

The active language. The venue service will try to load a venue with a translation in the active language. If such translation doesn't exist, a venue will be loaded in its default language. Sets an active language.

Implementation

set language(String value);