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