Field.getLocalizedValue Method

Module: Field

Definition

Retrieves the localized value based on the provided language code.

String getLocalizedValue(String? language)

Parameters

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

Returns

String
The localized value corresponding to the provided language code.

Exceptions

An error has occurred during Bioseal Library execution.