Click or drag to resize

TranslationServerRemoveTranslation Method

Removes the given translation from the server.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void RemoveTranslation(
	Translation translation
)

Parameters

translation
Type: GodotTranslation

[Missing <param name="translation"/> documentation for "M:Godot.TranslationServer.RemoveTranslation(Godot.Translation)"]

See Also