All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h English (en)<!--}}--><syntaxhighlight lang="cpp" line>
class Car {
  // ...
  public:
   std::string get_color () const;
};
 h French (fr)<!--}}--><syntaxhighlight lang="cpp" line>
class Car {
  // ...
  public:
   std::string get_color () const;
};
 h Ukrainian (uk)<!--}}--><syntaxhighlight lang="cpp" line>
class Car {
  // ...
  public:
   std::string get_color () const;
};