.. _object_Translator: :index:`Translator` ------------------- Description *********** The Translator object is used to load translation files for the :ref:`Application `'s current language. This object was introduced in InCore 2.8. :**› Inherits**: :ref:`Object ` Overview ******** Properties ++++++++++ .. hlist:: :columns: 1 * :ref:`path ` * :ref:`Object.objectId ` * :ref:`Object.parent ` Methods +++++++ .. hlist:: :columns: 1 * :ref:`Object.deserializeProperties() ` * :ref:`Object.fromJson() ` * :ref:`Object.serializeProperties() ` * :ref:`Object.toJson() ` Signals +++++++ .. hlist:: :columns: 1 * :ref:`Object.completed() ` Properties ********** .. _property_Translator_path: .. _signal_Translator_pathChanged: .. index:: single: path path ++++ This property holds the path of a directory which to the load translation file from. :**› Type**: String :**› Signal**: pathChanged() :**› Attributes**: Writable