Soluling home   Document home

Project file

Project file

Use this sheet to specify the Visual Studio project used to create the assembly file you are localizing. The project file is needed if you want that Soluling localizes XAML files, scans comments from resource string items, or finds the locations where each resource item is used.

Visual Studio project file name

Specifies the Visual Studio project file that was used to create the assembly file. When localizing WPF assemblies, Soluling needs to read information from the project file. The project file is also needed when scanning optional items such as resource strings comments or when finding locations where resource strings are used.

If you do not have the project file and full source codes, click Next.

Resource string options

Specifies the optional scan items. Possible values are:

Value Description
Scan resource source code (.resx) to find resource string comments If checked, Soluling scans the comment values from resource string source files (.resx).
Scan source code to find locations where resource string are used If checked, Soluling scans the source code (.cs or .vb) to locate where resource strings are used. Locations are useful to give resource strings more context information.

The above options are not required to be checked in order to localize your project, but it is recommended to check them both to get all the possible context information for translators.