#include "ut_types.h"
Go to the source code of this file.
Classes | |
struct | UT_LangRecord |
class | UT_Language |
Enumerations | |
enum | UT_LANGUAGE_DIR { UTLANG_LTR, UTLANG_RTL, UTLANG_VERTICAL } |
Functions | |
ABI_EXPORT void | UT_Language_updateLanguageNames () |
enum UT_LANGUAGE_DIR |
ABI_EXPORT void UT_Language_updateLanguageNames | ( | ) |
Set the language name attribut in the language table. It takes the localized names from the available stringset. This function is supplied to set the names after the stringset is known to the application.
References XAP_App::getApp(), XAP_App::getStringSet(), XAP_StringSet::getValue(), UT_LangRecord::m_szLangName, s_compareQ(), and UT_return_if_fail.
Referenced by AP_Win32App::initialize(), and UT_Language::UT_Language().