Share via


CultureUtils.SetDisplayCulture(Int32) Method

Definition

Allows caller to change the culture that will be used to render messages and resources. If this is not called, the default UI Culture will be used. This must be called before the CrmServerLoginControl is initialized or it will not take effect.

public:
 static void SetDisplayCulture(int languageCode);
public static void SetDisplayCulture (int languageCode);
static member SetDisplayCulture : int -> unit
Public Shared Sub SetDisplayCulture (languageCode As Integer)

Parameters

languageCode
Int32

language code

Applies to