| 95 | } |
| 96 | |
| 97 | void LanguageFreeObjectString(StringId stringId) |
| 98 | { |
| 99 | auto& localisationService = GetContext()->GetLocalisationService(); |
| 100 | localisationService.FreeObjectString(stringId); |
| 101 | } |
| 102 | |
| 103 | StringId LanguageAllocateObjectString(const std::string& target) |
| 104 | { |