Skip to content

Latest commit

 

History

History
 
 

i18n-url-query-param

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example - i18n URL Query Parameter

This example demonstrates i18n - Internationalization with aah framework using URL Query Parameter. By applying aah configuration and convention, zero coding effort can be achieved on this aspect.

The application has below route URL pattern -

/?lang={language}

Learn how i18n works in aah - https://docs.aahframework.org/i18n.html.

Get aah examples

git clone https://github.com/go-aah/examples.git aah-examples

Run this example

cd aah-examples/i18n-url-query-param
aah run

Visit this URL

Go to home page, click on language links to see i18n in action.

Localized URLs: