Append another bilingual string to this one.
Synopsis
Declared in <util/translation.h>
bilingual_str&
operator+=(bilingual_str const& rhs);
Return Value
A reference to this string.
Parameters
Name |
Description |
rhs |
The bilingual string to append. |
Created with MrDocs