GetLanguagePackString
Object Hierarchy:
Description:
public class GetLanguagePackString :
TDObject
Returns a string stored in the local database from the specified localization target and language pack by its key. Returns a 404 error if
the string is not found. Can be called synchronously
Content:
Properties:
- public string key { get; set construct; }
Language pack key of the string to be returned
- public string language_pack_database_path { get; set construct; }
Path to the language pack database in which strings are stored
- public string language_pack_id { get; set construct; }
Language pack identifier
- public string localization_target { get; set construct; }
Localization target to which the language pack belongs
Creation methods:
- public GetLanguagePackString (string language_pack_database_path, string localization_target, string language_pack_id, string key)
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref