Click or drag to resize

TranslationServerTranslate Method

Returns the current locale's translation for the given message (key).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static string Translate(
	string message
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Godot.TranslationServer.Translate(System.String)"]

Return Value

Type: String

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

See Also