Acrolinx.Sdk.Sidebar.Util.Configuration.Options.SetLocalizations C# (CSharp) Метод

SetLocalizations() приватный Метод

private SetLocalizations ( ) : void
Результат void
        private void SetLocalizations()
        {
            groupLogging.Text = Properties.Resources.SDK_OPTION_GROUP_LOGGING;
            labelServerAddress.Text = Properties.Resources.SDK_OPTION_LABEL_SERVERADDRESS;
            buttonConnect.Text = Properties.Resources.SDK_OPTION_BUTTON_VALIDATE;
            labelDirectory.Text = Properties.Resources.SDK_OPTION_LABEL_DIRECTORY;
            checkSelectInSidebar.Text = Properties.Resources.SDK_OPTION_LABEL_SELECTINSIDEBAR;
            labelStatus.Text = Properties.Resources.SDK_OPTION_LABEL_STATUS;
            buttonCancel.Text = Properties.Resources.SDK_OPTION_LABEL_BUTTON_CANCEL;
            buttonOk.Text = Properties.Resources.SDK_OPTION_LABEL_BUTTON_OK;
            this.Text = Properties.Resources.SDK_OPTION_DIALOG_TITLE;
        }