.. index:: 
  !Field.getLocalizedLabel Method
  
.. _id3_bioseal_field_get_localized_label_class_method:

===============================================================================
Field.getLocalizedLabel Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Retrieves the localized label based on the provided language code.


.. code:: Dart

    String getLocalizedLabel(String? language)

**Parameters**

.. line-block::

    ``language`` String
    :guilabel:`in` The language code for which the label should be localized (e.g., 'en' for English, 'fr' for French).


**Returns**

.. line-block::

    ``String``
    The localized label corresponding to the provided language code.

**Exceptions**

.. line-block::

    :ref:`BiosealException<id3_bioseal_bioseal_exception>`
    An error has occurred during Bioseal Library execution.



