Skip to content

Multi-language Support for Games

If you want to add multiple languages to your games, you don’t need to create separate builds for each language. You can integrate other languages into your game within the same build by adding a language query parameter in the URL. Currently, you can publish your game in English (default), Indonesian (ID), German (DE), and Japanese (JA) on Nostra. By default, the game is set to English language. If you don’t add a query parameter to the Game URL, the game will automatically be in English.

Benefits of adding multiple languages

  • Higher reach: You can reach gamers who are more comfortable playing games in local languages.

  • Streamlined game management: You don’t have to build and manage separate builds for different languages. Managing separate builds is time-consuming and complex.

  • Centralized updates: You can add new features, update codes, and fix bugs at one repository, and the change goes live in all the languages you have selected. It reduces your development and testing efforts.

Select language

Append the following query parameters at the end of the URL to select a language:

Query Parameter Language Example URL
&hl=en English (Default) https://<game-url>?userid=$USER_ID&apikey=$API_KEY&impId=$IMP_ID&glanceId=$GLANCE_ID&gpid=$GPID&LPMREC=true&openAdInNewWindow=true&hl=en
&hl=id Bahasa https://<game-url>?userid=$USER_ID&apikey=$API_KEY&impId=$IMP_ID&glanceId=$GLANCE_ID&gpid=$GPID&LPMREC=true&hl=id
&hl=ja Japanese https://<game-url>?userid=$USER_ID&apikey=$API_KEY&impId=$IMP_ID&glanceId=$GLANCE_ID&gpid=$GPID&LPMREC=true&hl=ja
&hl=de German https://<game-url>?userid=$USER_ID&apikey=$API_KEY&impId=$IMP_ID&glanceId=$GLANCE_ID&gpid=$GPID&LPMREC=true&hl=de