|
Maps SDK for C++ 1.0.0
|
Localization object. More...


Public Member Functions | |
| Localization (const Localization &)=delete | |
| Localization (Localization &&)=default | |
| Default move constructor noexcept is deduced. | |
| Localization & | operator= (const Localization &)=delete |
| Localization & | operator= (Localization &&local)=default |
| Default move assignment noexcept is deduced. | |
| String | getString (int stringId, bool defString=true) const |
| const StringRef | getLanguageNativeName (const Language &language) |
| Get the native name of the language. | |
Protected Member Functions | |
| Localization (bool tts) | |
| Localization constructor. | |
Localization object.
Implements share read/write Api object over ILocalizationManager.
This behaves like a singleton, i.e. all instances are sharing behind the same API interface
|
inlineprotected |
Localization constructor.
| tts | If true, the localization object is for TTS strings |
Get the native name of the language.
| [in] | language | Full language code. |
|
inline |
| [in] | stringId | String id, see StringIds |
| [in] | defString | If true, a translation in a default language ( English ) is returned, otherwise empty string |
|
default |
Default move assignment noexcept is deduced.
| local | Localization |