Click or drag to resize

TranslationSetLocale Method

Note: This API is now obsolete.

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLocale is deprecated. Use the Locale property instead.")]
public void SetLocale(
	string locale
)

Parameters

locale
Type: SystemString

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

See Also