Question
Lightroom ignores localisation strings in Profile/User Presets
- August 9, 2025
- 1 reply
- 179 views
Version of the app: LrC 14.4 & iOS Lightroom v10.4.2
Platform and OS version: Windows 10 & iOS 18.6
Basic steps to reproduce the problem
As per the instructions in "Enhanced Profiles" (obtained from ACR_and_Lightroom_Profile_SDK, https://helpx.adobe.com/au/camera-raw/digital-negative.html ), I added the following translated strings to both Profile and User Presets. See the attached User Preset as an example.
<crs:Name>
<rdf:Alt>
<rdf:li xml:lang="x-default">相机标准</rdf:li>
<rdf:li xml:lang="en">Camera Standard</rdf:li>
</rdf:Alt>
</crs:Name> <crs:Group>
<rdf:Alt>
<rdf:li xml:lang="x-default">测试</rdf:li>
<rdf:li xml:lang="en">test</rdf:li>
</rdf:Alt>
</crs:Group>
Expected result
After switch the program language to English, translated strings should be shown.
Actual result
Still showing the default strings. Please help to look into this issue. Thanks!
