Skip to content
starkos edited this page Apr 10, 2021 · 6 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Specifies the target locale for the resources in a particular configuration.

locale "code"

This value is currently only used for the Microsoft Visual Studio resource compiler in C/C++ projects.

Parameters

code specifies the desired locale code. See the Microsoft documentation on culture codes for a complete table.

Applies To

Project configurations.

Availability

Premake 5.0 or later.

Examples

locale "en-GB"
Clone this wiki locally