Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Internationalization Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWUIsoLanguageList

Module:  Internationalization Module   Group:  Localization


Does Not Inherit

Local Index

Members

Header File

#include <rw/i18n/RWUIsoLanguageList.h> 

Description

RWUIsoLanguageList constructs iterators that provide access to the static list of ISO 639 language codes recognized by the Internationalization Module. The list of language codes may be found at ftp://dkuug.dk/i18n/ISO_639. The Internationalization Module does not recognize deprecated codes.

The begin() and end() methods are static, because there is only one list of language codes. These methods return constant iterators, because the list is immutable. RWUIsoLanguageList may also be instantiated to produce an object that mimics a true collection.

Example

Public Typedefs

typedef const char* const * const_iterator;

Static Member Functions

static const_iterator
begin();
static const_iterator
end();


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.