Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 581 Bytes

README-CONFIGURATION.md

File metadata and controls

18 lines (9 loc) · 581 Bytes

Configuration

Fallback language

Fallback language is determined at compile time.

The default fallback language is en.

If you want to change the fallback language, define <I18nTextFallBackLanguage> MSBuild property in your project file (.csproj) with the language code what you want.

fig.6

The namespace of the Text Table class

If you want to change the namespace of the Text Table classes, define <I18nTextNamespace> MSBuild property in your project file (.csproj) with the namespace what you want.

fig.7