Table of Contents

Class MessageUtil

Namespace
Shard.Assets.I18n
Assembly
Shard.Assets.dll

Builds protocol Hytale.Protocol.FormattedMessage values without exposing their mutable wire layout at call sites. Translation keys are resolved by the client from the catalog supplied by I18nModule.

public static class MessageUtil
Inheritance
MessageUtil
Inherited Members

Methods

Raw(string)

public static MessageBuilder Raw(string text)

Parameters

text string

Returns

MessageBuilder

Translation(string)

public static MessageBuilder Translation(string messageId)

Parameters

messageId string

Returns

MessageBuilder