# Internationalization (i18n) SUI provides built-in support for internationalization with translation markers and locale files. ## Translation Markers ### Static Text Use `s:trans` attribute for static text: ```html Hello World

Welcome to our application

``` ### In Expressions Use `'::'` prefix in expressions: ```html {{ '::Welcome' }} {{ '::Hello, ' + name }}

{{ '::You have ' + count + ' messages' }}

``` ### In Scripts Use `__m()` function: ```html ``` ## Locale Files ### Directory Structure ``` /templates/