


DXmGetLocaleString(3X)				       DXmGetLocaleString(3X)



NAME
  DDXXmmGGeettLLooccaalleeSSttrriinngg - Provides	locale-sensitive Motif compound	string ver-
  sion of Toolkit ASCII	default	values.

SYNOPSIS

  XXmmSSttrriinngg DDXXmmGGeettLLooccaalleeSSttrriinngg((_c_o_n_t_e_x_t,, _s_t_r_i_n_g,, _w_o_r_d__t_y_p_e))
	    II1188nnCCoonntteexxtt	  _c_o_n_t_e_x_t;;
	    cchhaarr	  **_s_t_r_i_n_g;;
	    II1188nnWWoorrddTTyyppee  _w_o_r_d__t_y_p_e;;

PARAMETERS

  _c_o_n_t_e_x_t
      Reserved for future use. (Null value passed.)

  _s_t_r_i_n_g
      Null-terminated string specifying	the ASCII string value whose locale
      sensitive	version	is to be retrieved (for	example, the string "OK").

  _w_o_r_d__t_y_p_e
      Specifies	the type (part of speech) of a word in the string, as indi-
      cated by one of the following values:


      _________________________________________

      Value	      Description

      _________________________________________

      I18NADJECTIVE

		      The word is an adjective.

      I18NADVERB

		      The word is an adverb.

      I18NNOUN

		      The word is a noun.

      I18NVERB

		      The word is a verb.

      _________________________________________

DESCRIPTION

  The DDXXmmGGeettLLooccaalleeSSttrriinngg routine provides a locale-sensitive Motif compound
  string version of Toolkit ASCII default values, such as "OK" or "Cancel".
  You can specify the part of speech (adjective, adverb, verb, or noun)	asso-
  ciated with each word	in the string.

RETURN VALUES

  A pointer to the Motif compound string containing the	value.








