Indicates the locale of the ResourceType object.
Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim instance As ResourceType
Dim value As String

value = instance.Locale

instance.Locale = value

Syntax

Visual Basic
Public Property Locale As String
C#
public string Locale { get; set; }
C++
public:
property String^ Locale {
		String^ get ();
		void set (String^ value);
}
J#
/** @property */
public String get_Locale ()

/** @property */
public void set_Locale (String value)
JScript
public function get Locale () : String

public function set Locale (value : String)

Property Value

Returns a String value.

Remarks

This property is used to indicate the language that the resource is in. When the property is set to a certain language, FIM returns localizable properties on the resource in that language, if they are available. For more information, see the Locale property of Resource.


Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also