Translation

    Inherited By:

    Category: Core

    Properties

    Description

    Translations are resources that can be loaded/unloaded on demand. They map a string to another string.

    Property Descriptions

    The locale of the translation.

    • void add_message ( String src_message, xlated_message )

    • void erase_message ( String src_message )

    Erases a message.


    • get_message ( String src_message ) const

    Returns a message’s translation.


    • get_message_count ( ) const

    Returns all the messages (keys).