Field.getLocalizedValue Method¶
Module: Field
Definition¶
Retrieves the localized value based on the provided language code.
String getLocalizedValue(String? language)
Parameters
language Stringin The language code for which the value should be localized (e.g., ‘en’ for English, ‘fr’ for French).
Returns
StringThe localized value corresponding to the provided language code.
Exceptions
An error has occurred during Bioseal Library execution.