Content-type: text/html Man page of DXmGetLocaleString

DXmGetLocaleString

Section: Miscellaneous Library Functions (3X)
Index Return to Main Contents
 

NAME

DXmGetLocaleString - Provides locale-sensitive Motif compound string version of Toolkit ASCII default values.  

SYNOPSIS

XmString DXmGetLocaleString( I18nContext context, char *string, I18nWordType word_type );
 

PARAMETERS

Reserved for future use. (Null value passed.) Null-terminated string specifying the ASCII string value whose locale sensitive version is to be retrieved (for example, the string ``OK''). Specifies the type (part of speech) of a word in the string, as indicated by one of the following values:


ValueDescription

I18NADJECTIVEThe word is an adjective.
I18NADVERBThe word is an adverb.
I18NNOUNThe word is a noun.
I18NVERBThe word is a verb.


 

DESCRIPTION

The DXmGetLocaleString 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) associated with each word in the string.
 

RETURN VALUES

A pointer to the Motif compound string containing the value.


 

Index

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURN VALUES

This document was created by man2html, using the manual pages.
Time: 02:42:12 GMT, October 02, 2010