GetString() retrieves the string for the current language (set in SetLanguage) associated with the stringId. SetLanguage() should be called before calling GetString(). GetString() is threadsafe, and may be called from any thread in the application.
Definition at line 245 of file CATApp.cpp. References CAT_SUCCESS, CATASSERT, CATFAILED, fAppLock, fStringTable, CATStringTableCore::GetString(), CATMutex::Release(), and CATMutex::Wait(). Referenced by DisplayError().
|