-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Localization (Installer)
First thing, check if the translation isn't already done! Or up to date.
Currently, the only way to translate the texts of the installer is by downloading the Zip file provided below, unzipping it and editing its contents with your preferred text editor.
- Click in here to download the all texts resources, to be able to translate what you want.
- Open or create a new file with the language that you want to translate on your preferred text editor.
a. When creating a new translation, it's easier to just edit the English version and rename it later. - When saving the text, please use the UTF-8 encoding.
It looks easy, but there's a bunch of texts to translate. If you feel like there's too much texts, you can translate partially and let others as it is. Any help is valuable, so thank you for your contribution!
Each <s:String...
tag represents a translatable string, you just need to translate the content of that tag:
<s:String x:Key="S.Title">ScreenToGif Installer</s:String>
English to Brazilian Portuguese.
<s:String x:Key="S.Title">Instalador do ScreenToGif</s:String>
To represent a new line, you can use and to represent a carriage return + new line, use
<s:String x:Key="S.Maintenance.Repair">Repair the
installation.</s:String>
Simple, name like (replace with your LCID):
Strings.pt.xaml
Strings.sv.xaml
Strings.ru.xaml
You get the idea. If not just ask me via [email protected]
- You can send the new or updated version of an translation as an attachment to [email protected]. Thank you for your help :)
- Microsoft Windows 7 SP1/8.1/10/11
- .NET 6 (Desktop Runtime) or newer.
- Visual Studio 2022
- .NET 6