# Default Language Notifications in Cloud

*Applies to: Patch My PC Cloud*

The following is a list of the default localization settings for a Patch My PC (PMPC) Cloud branding app in the English language by branding app type:

* [Classic Branding](#classic-branding)
* [Modern (PSADT) Branding](#modern-psadt-branding)

### Classic Branding

|                          |                              |                        |
| ------------------------ | ---------------------------- | ---------------------- |
| [Install tab](#cinstall) | [Uninstall Tab](#cuninstall) | [Update Tab](#cupdate) |

#### Install tab <a href="#cinstall" id="cinstall"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% requires the install of %ProductName%.</td></tr><tr><td>Main Text</td><td>To ensure files aren't in use during the install, %ProductName% needs to be closed. Please save your work and close the application to proceed with the install.</td></tr><tr><td>Defer Policy Count</td><td>You can postpone the install for up to %DeferralCount% time(s).</td></tr><tr><td>Defer Policy Date</td><td>You can postpone the install until<br>%DeferralDate%.</td></tr><tr><td>Default to Defer</td><td>If no action is taken before the timer expires the install for %ProductName% will be deferred.</td></tr><tr><td>Default to Proceed</td><td>%ProductName% will automatically close when the timer expires to complete the install.</td></tr></tbody></table>

#### Uninstall Tab <a href="#cuninstall" id="cuninstall"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% requires the uninstall of %ProductName%.</td></tr><tr><td>Main Text</td><td>To ensure files aren't in use during the uninstall, %ProductName% needs to be closed. Please save your work and close the application to proceed with the uninstall.</td></tr><tr><td>Defer Policy Count</td><td>You can postpone the uninstall for up to %DeferralCount% time(s).</td></tr><tr><td>Defer Policy Date</td><td>You can postpone the uninstall until %DeferralDate%.</td></tr><tr><td>Default to Defer</td><td>If no action is taken before the timer expires the uninstall for %ProductName% will be deferred.</td></tr><tr><td>Default to Proceed</td><td>%ProductName% will automatically close when the timer expires to complete the uninstall.</td></tr></tbody></table>

#### Update Tab <a href="#cupdate" id="cupdate"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% requires an update for %ProductName%.</td></tr><tr><td>Main Text</td><td>To ensure files aren't in use during the update, %ProductName% needs to be closed. Please save your work and close the application to proceed with the update.</td></tr><tr><td>Defer Policy Count</td><td>You can postpone the update up to %DeferralCount% time(s).</td></tr><tr><td>Defer Policy Date</td><td>You can postpone the update until %DeferralDate%.</td></tr><tr><td>Default to Defer</td><td>If no action is taken before the timer expires the update for %ProductName% will be deferred.</td></tr><tr><td>Default to Proceed</td><td>%ProductName% will automatically close when the timer expires to complete the update.</td></tr></tbody></table>

### Modern (PSADT) Branding

For the Modern (PSADT) branding type, you need to complete the following additional fields.

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Remaining Deferrals info</td><td>Remaining Deferrals - Shows the number of remaining times the user is allowed to defer the installation.</td></tr><tr><td>Automatic Start Countdown info</td><td>Automatic Start Countdown - A timer that forces the installation to start, even if the user does nothing.</td></tr><tr><td>Defer Button</td><td>Defer - The button that lets the user defer the installation.</td></tr><tr><td>Defer Deadline Info</td><td>Deferral Deadline - Shows the latest date/time for the deferral.</td></tr></tbody></table>

|                          |                              |                           |
| ------------------------ | ---------------------------- | ------------------------- |
| [Install tab](#minstall) | [Uninstall Tab](#minstall-1) | [Update Tab](#minstall-2) |

#### Install tab <a href="#minstall" id="minstall"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% - App Installation</td></tr><tr><td>Main Text</td><td>Please select Install to continue with the installation. If you have any deferrals remaining, you may also choose to delay the installation.</td></tr><tr><td>Close Apps &#x26; Install Button</td><td>Close Apps &#x26; Install</td></tr></tbody></table>

#### Uninstall tab <a href="#minstall" id="minstall"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% - App Uninstallation</td></tr><tr><td>Main Text</td><td>Please select Uninstall to continue with the uninstallation. If you have any deferrals remaining, you may also choose to delay the uninstallation.</td></tr><tr><td>Close Apps &#x26; Install Button</td><td>Close Apps &#x26; Install</td></tr></tbody></table>

#### Update tab <a href="#minstall" id="minstall"></a>

<table><thead><tr><th width="166.77777099609375">Field</th><th>Description</th></tr></thead><tbody><tr><td>Header</td><td>%OrganizationName% - App Update</td></tr><tr><td>Main Text</td><td>Please select Update to continue with the update. If you have any deferrals remaining, you may also choose to delay the update.</td></tr><tr><td>Close Apps &#x26; Install Button</td><td>Close Apps &#x26; Install</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-cloud/manage/manage-settings/manage-cloud-branding/default-language-notifications-in-cloud.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
