gtkActionGroupSetTranslationDomain   package:RGtk2   R Documentation

_g_t_k_A_c_t_i_o_n_G_r_o_u_p_S_e_t_T_r_a_n_s_l_a_t_i_o_n_D_o_m_a_i_n

_D_e_s_c_r_i_p_t_i_o_n:

     Sets the translation domain and uses 'dgettext()' for translating
     the  'label' and 'tooltip' of 'GtkActionEntry's added by 
     'gtkActionGroupAddActions'.

_U_s_a_g_e:

     gtkActionGroupSetTranslationDomain(object, domain)

_A_r_g_u_m_e_n_t_s:

'object': ['GtkActionGroup']  a 'GtkActionGroup'

'domain': [character]  the translation domain to use for 'dgettext()'
          calls

_D_e_t_a_i_l_s:

     If you're not using 'gettext()' for localization, see 
     'gtkActionGroupSetTranslateFunc'.  

     Since  2.4

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

