Field.getLocalizedLabel Method

Module: Field

Definition

Retrieves the localized label based on the provided language code.

String getLocalizedLabel(String? language)

Parameters

language String
in The language code for which the label should be localized (e.g., ‘en’ for English, ‘fr’ for French).

Returns

String
The localized label corresponding to the provided language code.

Exceptions

An error has occurred during Bioseal Library execution.