:github_url: hide .. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/3.6/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/3.6/doc/classes/Translation.xml. .. _class_Translation: Translation =========== **Inherits:** :ref:`Resource` **<** :ref:`Reference` **<** :ref:`Object` **Inherited By:** :ref:`PHashTranslation` Language Translation. .. rst-class:: classref-introduction-group Description ----------- Translations are resources that can be loaded and unloaded on demand. They map a string to another string. .. rst-class:: classref-introduction-group Tutorials --------- - :doc:`../tutorials/i18n/internationalizing_games` - :doc:`../tutorials/i18n/locales` .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +-----------------------------+--------------------------------------------------+----------+ | :ref:`String` | :ref:`locale` | ``"en"`` | +-----------------------------+--------------------------------------------------+----------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`_get_message` **(** :ref:`String` src_message **)** |virtual| | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_message` **(** :ref:`String` src_message, :ref:`String` xlated_message **)** | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`erase_message` **(** :ref:`String` src_message **)** | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`String` | :ref:`get_message` **(** :ref:`String` src_message **)** |const| | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_message_count` **(** **)** |const| | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`PoolStringArray` | :ref:`get_message_list` **(** **)** |const| | +-----------------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_Translation_property_locale: .. rst-class:: classref-property :ref:`String` **locale** = ``"en"`` .. rst-class:: classref-property-setget - void **set_locale** **(** :ref:`String` value **)** - :ref:`String` **get_locale** **(** **)** The locale of the translation. .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_Translation_method__get_message: .. rst-class:: classref-method :ref:`String` **_get_message** **(** :ref:`String` src_message **)** |virtual| Virtual method to override :ref:`get_message`. .. rst-class:: classref-item-separator ---- .. _class_Translation_method_add_message: .. rst-class:: classref-method void **add_message** **(** :ref:`String` src_message, :ref:`String` xlated_message **)** Adds a message if nonexistent, followed by its translation. .. rst-class:: classref-item-separator ---- .. _class_Translation_method_erase_message: .. rst-class:: classref-method void **erase_message** **(** :ref:`String` src_message **)** Erases a message. .. rst-class:: classref-item-separator ---- .. _class_Translation_method_get_message: .. rst-class:: classref-method :ref:`String` **get_message** **(** :ref:`String` src_message **)** |const| Returns a message's translation. .. rst-class:: classref-item-separator ---- .. _class_Translation_method_get_message_count: .. rst-class:: classref-method :ref:`int` **get_message_count** **(** **)** |const| Returns the number of existing messages. .. rst-class:: classref-item-separator ---- .. _class_Translation_method_get_message_list: .. rst-class:: classref-method :ref:`PoolStringArray` **get_message_list** **(** **)** |const| Returns all the messages (keys). .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`