Click or drag to resize

TranslationGetMessage Method

Returns a message's translation.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public string GetMessage(
	string srcMessage
)

Parameters

srcMessage
Type: SystemString

[Missing <param name="srcMessage"/> documentation for "M:Godot.Translation.GetMessage(System.String)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Godot.Translation.GetMessage(System.String)"]

See Also