RESX Editor

nl.OABsoftware.RESX-Editor

Total installs
0+
Rating
0.0
Released
November 12, 2019
Last updated
November 12, 2019
Category
Developer Tools
Developer
Oebele Beetstra
Developer details
Name
Oebele Beetstra
E-mail
unknown
Website
unknown
Country
unknown
Address
unknown
iOS SDKs
  • No items.

Screenshots

RESX Editor Screenshot 1 - AppWisp.com
RESX Editor Screenshot 2 - AppWisp.com
RESX Editor Screenshot 3 - AppWisp.com

Description

When you make use of Visual Studio for Mac to build multi-platform apps with Xamarin Forms, you can make them support multiple languages by adding so called RESX files. A RESX file is an XML file with a certain structure that contains your language resources.

Visual Studio for Mac does not provide an easy way to edit these files, though; you have to edit the XML by hand.

Enter this RESX Editor app!

Use this app to easily edit your language resources.

Each line contains one item. Each item has a name and for each language you want to support, it has a value in that language.

Adding a new item just takes one click on the "+" button.

You can easily add a new language by adding a column. All you have to do is provide the two or five character abbreviation for that language.

When you save you language resources, you'll see that for each language a separate RESX file is generated.

Make sure to save the RESX files to the "Resources" folder inside your Xamarin Forms project folder.