.. index:: 
  !Field.getLocalizedValue Method
  
.. _id3_bioseal_field_get_localized_value_class_method:

===============================================================================
Field.getLocalizedValue Method
===============================================================================

Module: :ref:`Field<id3_bioseal_field_class>`

Definition
----------

Retrieves the localized value based on the provided language code.


.. code:: Dart

    String getLocalizedValue(String? language)

**Parameters**

.. line-block::

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


**Returns**

.. line-block::

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

**Exceptions**

.. line-block::

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



