Some test text!
Xamarin / Guides / Localization
Localization for Tools library follows each platform's convention.
You can put your translation strings.xml
into Resources/values-xx
directory of your application, i.e. values-fr
for French.
See available languages here: Localization on Android .
Navigate into ./Lib/Tools/src/PDFViewCtrlTools/Tools/en.lproj
to find the example Localizable.strings
file that contains translation information for the Tools source code. Rename this file to PTLocalizable.strings
Create a directory called <language code>.lproj
within your project resources directory and place the PTLocalizable.strings
file from Step 2 in the directory. For a list of language codes supported by Apple, please refer to the Apple documentation.
Add the translations into the PTLocalizable.strings
file.
This method is not recommended as it involves editing the Tools.framework
strings
file directly which will create a requirement to manually merge strings files when
updating to new versions of Tools.framework
.
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales