Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 11 additions & 13 deletions content/en/docs/mendix-portal/mendix-profile/user-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,19 @@ On the [User Settings](https://user-settings.mendix.com/link/profile) page, you

This is what you can do on the [Profile](https://user-settings.mendix.com/link/profile) page:

* Upload your profile image.
* Fill in your personal and work details.
* Tell the Mendix community about yourself and your work experience. Let everyone know your area of expertise by filling in your **Industry** and **Skills**.
* Connect your social accounts via **Twitter URL** and **LinkedIn URL**.
* Choose to make your profile public by clicking **Make Profile Public**. This allows the Mendix community to view your profile. Be sure to do the following to make your profile public:

* Add an avatar.
* Enter a **Job Title**, **Department**, and **Country of Residence**.
* Add some details **About You**.
* Add at least one **Skill**.
* Add at least one **Industry Experience** item.

* Upload a profile image.
* Enter your name.
* Add your work details, meaning **Job Title** and **Department**.
* Select your **Country of Residence**.
* Select the **Language** in which to display Mendix Portal content. Language selection is applied after signing out and signing back in.
{{% alert color="info" %}}
To make your public profile private again, click **Make Profile Private**.
User-created content and system-generated content, such as app logs, is not translated.
{{% /alert %}}
* Tell the Mendix community about yourself and your work experience. Let everyone know your area of expertise by filling in the **About You** field, and your **Industry** and **Skills**.
* Connect your LinkedIn account through the **LinkedIn URL**.
* Choose to make your profile public by clicking **Make Profile Public**. This allows the Mendix community to view your profile.
To make your public profile private again, click **Make Profile Private**.


* Add a **Recovery Email** address, which is useful if you lose access to your account or Mendix Profile. You can provide a non-business email address for this.

Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/control-center/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ To see the current status of the Mendix Control Center, see [Mendix Status](http

## 2025

### September 29, 2025

#### New Features

* The Mendix platform is now generally available in Korean and Japanese.
You can set the language from the [User Settings](/mendix-profile/user-settings/) page of your Mendix Profile. The language you choose is then applied once you sign out and sign back in.
Note that user-created content and system-generated content, such as app logs, is not translated.

### September 4, 2025

#### Improvements
Expand Down
8 changes: 8 additions & 0 deletions content/en/docs/releasenotes/developer-portal/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ To see the current status of the Mendix Portal, see [Mendix Status](https://stat

## 2025

### September 29, 2025

#### New Features

* The Mendix platform is now generally available in Korean and Japanese.
You can set the language from the [User Settings](/mendix-profile/user-settings/) page of your Mendix Profile. The language you choose is then applied once you sign out and sign back in.
Note that user-created content and system-generated content, such as app logs, is not translated.

### September 28, 2025

#### Improvements
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/landingpage/latest-releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h4 class="lp-panel-title">Latest Releases</h4>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/">Apps</a>
<p class="rn-date">September 28, 2025</p>
<p class="rn-date">September 29, 2025</p>
</li>
<li class="lp-panel-list">
<a href="/releasenotes/developer-portal/deployment/">Deployment</a>
Expand Down