|
Hi folks, I'm in the process of localizing my app. The systems in place for translating general text in Axmol work fine. However, I'm not sure how to translate the Bundle Display Name. Normally, in Xcode, I would click on the project and under the Info tab I would find the Localizations section. From there, I would click the '+' button to add a language which would generate a
I tried this in my Axmol project but could not find any .lproj files. I would create them by hand but I'm not sure where they should go. Also, any added languages will be gone after running |
Replies: 2 comments
|
Try using A quick web search shows this example: |
|
Very nice. I added the |
Try using
MACOSX_PACKAGE_LOCATION, which you can read about here: https://cmake.org/cmake/help/latest/prop_sf/MACOSX_PACKAGE_LOCATION.htmlA quick web search shows this example: