LanguagePackInfo
Object Hierarchy:
Description:
public class LanguagePackInfo :
Error
Contains information about a language pack
Content:
Properties:
- public string base_language_pack_id { get; set construct; }
Identifier of a base language pack; may be empty. If a string is
missed in the language pack, then it must be fetched from base language pack. Unsupported in custom language packs
- public string id_ { get; set construct; }
Unique language pack identifier
- public bool is_beta { get; set construct; }
True, if the language pack is a beta language pack
- public bool is_installed { get; set construct; }
True, if the language pack is installed by the current user
- public bool is_official { get; set construct; }
True, if the language pack is official
- public bool is_rtl { get; set construct; }
True, if the language pack strings are RTL
- public int32 local_string_count { get; set construct; }
Total number of non-deleted strings from the language pack available
locally
- public string name { get; set construct; }
Language name
- public string native_name { get; set construct; }
Name of the language in that language
- public string plural_code { get; set construct; }
- public int32 total_string_count { get; set construct; }
Total number of non-deleted strings from the language pack
- public int32 translated_string_count { get; set construct; }
Total number of translated strings from the language pack
- public string translation_url { get; set construct; }
Link to language translation interface; empty for custom local
language packs
Creation methods:
- public LanguagePackInfo (string id_, string base_language_pack_id, string name, string native_name, string plural_code, bool is_official, bool is_rtl, bool is_beta, bool is_installed, int32 total_string_count, int32 translated_string_count, int32 local_string_count, string translation_url)
Inherited Members:
All known members inherited from class TDLib.Error
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